summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-02-12 12:39:18 +0000
committerGordon Sim <gsim@apache.org>2009-02-12 12:39:18 +0000
commitc1ee4f022ef7ad902b66bbd9b31f2a68db5a3a24 (patch)
treeb21d279429e5b9f639d0d21c0d637664fbba0596
parente3f457996c5c3fef50b1687d7d8991c88f0290bc (diff)
downloadqpid-python-c1ee4f022ef7ad902b66bbd9b31f2a68db5a3a24.tar.gz
Fix copy-paste errors in makefile for newly added example
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@743704 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/examples/tradedemo/Makefile.am11
1 files changed, 1 insertions, 10 deletions
diff --git a/qpid/cpp/examples/tradedemo/Makefile.am b/qpid/cpp/examples/tradedemo/Makefile.am
index b38160947a..ef90e04bb0 100644
--- a/qpid/cpp/examples/tradedemo/Makefile.am
+++ b/qpid/cpp/examples/tradedemo/Makefile.am
@@ -16,7 +16,7 @@
# specific language governing permissions and limitations
# under the License.
#
-examplesdir=$(pkgdatadir)/examples/pub-sub
+examplesdir=$(pkgdatadir)/examples/tradedemo
include $(top_srcdir)/examples/makedist.mk
@@ -38,15 +38,6 @@ examples_DATA= \
declare_queues.cpp \
$(MAKEDIST)
-EXTRA_DIST= \
- $(examples_DATA) \
- verify \
- verify.in \
- verify_cpp_python \
- verify_cpp_python.in \
- verify_python_cpp \
- verify_python_cpp.in
-