diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/examples/direct/Makefile.am | 4 | ||||
-rw-r--r-- | cpp/examples/fanout/Makefile.am | 4 | ||||
-rw-r--r-- | cpp/examples/pub-sub/Makefile.am | 4 | ||||
-rw-r--r-- | cpp/examples/request-response/Makefile.am | 4 |
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 |