summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-07-13 22:24:47 +0000
committerAlan Conway <aconway@apache.org>2010-07-13 22:24:47 +0000
commit9f4a986a8073019a6c1b253727fa8330b64b3555 (patch)
tree0c2d7b00cfbeac342712b09b9ba3d904bda5bef9
parent3433084004067d4d16af207c92158cf96b1c8b53 (diff)
downloadqpid-python-9f4a986a8073019a6c1b253727fa8330b64b3555.tar.gz
Remove deleted files from Makefile.am, part of removing the old python examples.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@963887 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/examples/direct/Makefile.am4
-rw-r--r--cpp/examples/fanout/Makefile.am4
-rw-r--r--cpp/examples/pub-sub/Makefile.am4
-rw-r--r--cpp/examples/request-response/Makefile.am4
4 files changed, 0 insertions, 16 deletions
diff --git a/cpp/examples/direct/Makefile.am b/cpp/examples/direct/Makefile.am
index 467533371e..b07db2cfd6 100644
--- a/cpp/examples/direct/Makefile.am
+++ b/cpp/examples/direct/Makefile.am
@@ -42,10 +42,6 @@ EXTRA_DIST= \
CMakeLists.txt \
verify \
verify.in \
- verify_cpp_python \
- verify_cpp_python.in \
- verify_python_cpp \
- verify_python_cpp.in \
direct_declare_queues.vcproj \
direct_direct_producer.vcproj \
direct_listener.vcproj
diff --git a/cpp/examples/fanout/Makefile.am b/cpp/examples/fanout/Makefile.am
index bfa5404e5b..6e2e821eae 100644
--- a/cpp/examples/fanout/Makefile.am
+++ b/cpp/examples/fanout/Makefile.am
@@ -38,9 +38,5 @@ EXTRA_DIST= \
CMakeLists.txt \
verify \
verify.in \
- verify_cpp_python \
- verify_cpp_python.in \
- verify_python_cpp \
- verify_python_cpp.in \
fanout_fanout_producer.vcproj \
fanout_listener.vcproj
diff --git a/cpp/examples/pub-sub/Makefile.am b/cpp/examples/pub-sub/Makefile.am
index 8673174a06..62658ebe94 100644
--- a/cpp/examples/pub-sub/Makefile.am
+++ b/cpp/examples/pub-sub/Makefile.am
@@ -39,9 +39,5 @@ EXTRA_DIST= \
CMakeLists.txt \
verify \
verify.in \
- verify_cpp_python \
- verify_cpp_python.in \
- verify_python_cpp \
- verify_python_cpp.in \
pub-sub_topic_listener.vcproj \
pub-sub_topic_publisher.vcproj
diff --git a/cpp/examples/request-response/Makefile.am b/cpp/examples/request-response/Makefile.am
index de59f3b834..48b3d989f0 100644
--- a/cpp/examples/request-response/Makefile.am
+++ b/cpp/examples/request-response/Makefile.am
@@ -39,9 +39,5 @@ EXTRA_DIST= \
CMakeLists.txt \
verify \
verify.in \
- verify_cpp_python \
- verify_cpp_python.in \
- verify_python_cpp \
- verify_python_cpp.in \
request-response_client.vcproj \
request-response_server.vcproj