diff options
author | Alan Conway <aconway@apache.org> | 2010-07-13 22:24:47 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-07-13 22:24:47 +0000 |
commit | dfaf24a663db5e55f14d591e3575af8aa29b5f6c (patch) | |
tree | 30d4a73b24564549991c14dc6cccb52c9ca76977 | |
parent | 61eacf927363e398dba7505f0ef34fa2e3630242 (diff) | |
download | qpid-python-dfaf24a663db5e55f14d591e3575af8aa29b5f6c.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@963887 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/cpp/examples/direct/Makefile.am | 4 | ||||
-rw-r--r-- | qpid/cpp/examples/fanout/Makefile.am | 4 | ||||
-rw-r--r-- | qpid/cpp/examples/pub-sub/Makefile.am | 4 | ||||
-rw-r--r-- | qpid/cpp/examples/request-response/Makefile.am | 4 |
4 files changed, 0 insertions, 16 deletions
diff --git a/qpid/cpp/examples/direct/Makefile.am b/qpid/cpp/examples/direct/Makefile.am index 467533371e..b07db2cfd6 100644 --- a/qpid/cpp/examples/direct/Makefile.am +++ b/qpid/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/qpid/cpp/examples/fanout/Makefile.am b/qpid/cpp/examples/fanout/Makefile.am index bfa5404e5b..6e2e821eae 100644 --- a/qpid/cpp/examples/fanout/Makefile.am +++ b/qpid/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/qpid/cpp/examples/pub-sub/Makefile.am b/qpid/cpp/examples/pub-sub/Makefile.am index 8673174a06..62658ebe94 100644 --- a/qpid/cpp/examples/pub-sub/Makefile.am +++ b/qpid/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/qpid/cpp/examples/request-response/Makefile.am b/qpid/cpp/examples/request-response/Makefile.am index de59f3b834..48b3d989f0 100644 --- a/qpid/cpp/examples/request-response/Makefile.am +++ b/qpid/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 |