diff options
Diffstat (limited to 'cpp/examples')
-rw-r--r-- | cpp/examples/Makefile.am | 2 | ||||
-rw-r--r-- | cpp/examples/direct/Makefile.am | 1 | ||||
-rw-r--r-- | cpp/examples/failover/Makefile.am | 1 | ||||
-rw-r--r-- | cpp/examples/fanout/Makefile.am | 1 | ||||
-rw-r--r-- | cpp/examples/messaging/Makefile.am | 1 | ||||
-rw-r--r-- | cpp/examples/pub-sub/Makefile.am | 1 | ||||
-rw-r--r-- | cpp/examples/qmf-console/Makefile.am | 1 | ||||
-rw-r--r-- | cpp/examples/request-response/Makefile.am | 1 | ||||
-rw-r--r-- | cpp/examples/tradedemo/Makefile.am | 1 | ||||
-rw-r--r-- | cpp/examples/xml-exchange/Makefile.am | 3 |
10 files changed, 11 insertions, 2 deletions
diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am index b526424e2a..8fb66c89b6 100644 --- a/cpp/examples/Makefile.am +++ b/cpp/examples/Makefile.am @@ -37,7 +37,7 @@ $(MAKEDIST): Makefile examplesdir=$(pkgdatadir)/examples dist_examples_DATA = README.txt $(MAKEDIST) -EXTRA_DIST = README.verify verify verify_all examples.sln +EXTRA_DIST = README.verify verify verify_all examples.sln CMakeLists.txt # For older versions of automake abs_top_srcdir = @abs_top_srcdir@ diff --git a/cpp/examples/direct/Makefile.am b/cpp/examples/direct/Makefile.am index d817c0b85c..467533371e 100644 --- a/cpp/examples/direct/Makefile.am +++ b/cpp/examples/direct/Makefile.am @@ -39,6 +39,7 @@ examples_DATA= \ EXTRA_DIST= \ $(examples_DATA) \ + CMakeLists.txt \ verify \ verify.in \ verify_cpp_python \ diff --git a/cpp/examples/failover/Makefile.am b/cpp/examples/failover/Makefile.am index eaa2d2d1c6..48846fdf79 100644 --- a/cpp/examples/failover/Makefile.am +++ b/cpp/examples/failover/Makefile.am @@ -41,6 +41,7 @@ examples_DATA= \ # FIXME aconway 2008-10-10: add verify scripts. EXTRA_DIST= \ + CMakeLists.txt \ failover_declare_queues.vcproj \ failover_replaying_sender.vcproj \ failover_resuming_receiver.vcproj diff --git a/cpp/examples/fanout/Makefile.am b/cpp/examples/fanout/Makefile.am index 62ebef01e1..bfa5404e5b 100644 --- a/cpp/examples/fanout/Makefile.am +++ b/cpp/examples/fanout/Makefile.am @@ -35,6 +35,7 @@ examples_DATA= \ EXTRA_DIST= \ $(examples_DATA) \ + CMakeLists.txt \ verify \ verify.in \ verify_cpp_python \ diff --git a/cpp/examples/messaging/Makefile.am b/cpp/examples/messaging/Makefile.am index b9f865625d..85d1956e61 100644 --- a/cpp/examples/messaging/Makefile.am +++ b/cpp/examples/messaging/Makefile.am @@ -54,6 +54,7 @@ map_receiver_SOURCES=map_receiver.cpp map_receiver_LDADD=$(CLIENT_LIB) EXTRA_DIST= \ + CMakeLists.txt \ messaging_client.vcproj \ messaging_map_receiver.vcproj \ messaging_map_sender.vcproj \ diff --git a/cpp/examples/pub-sub/Makefile.am b/cpp/examples/pub-sub/Makefile.am index 5f7578b548..8673174a06 100644 --- a/cpp/examples/pub-sub/Makefile.am +++ b/cpp/examples/pub-sub/Makefile.am @@ -36,6 +36,7 @@ examples_DATA= \ EXTRA_DIST= \ $(examples_DATA) \ + CMakeLists.txt \ verify \ verify.in \ verify_cpp_python \ diff --git a/cpp/examples/qmf-console/Makefile.am b/cpp/examples/qmf-console/Makefile.am index 2d7ee4cd49..dd75df94f7 100644 --- a/cpp/examples/qmf-console/Makefile.am +++ b/cpp/examples/qmf-console/Makefile.am @@ -48,6 +48,7 @@ examples_DATA= \ $(MAKEDIST) EXTRA_DIST= \ + CMakeLists.txt \ qmf-console_console.vcproj \ qmf-console_ping.vcproj \ qmf-console_printevents.vcproj \ diff --git a/cpp/examples/request-response/Makefile.am b/cpp/examples/request-response/Makefile.am index 579f71475f..de59f3b834 100644 --- a/cpp/examples/request-response/Makefile.am +++ b/cpp/examples/request-response/Makefile.am @@ -36,6 +36,7 @@ examples_DATA= \ EXTRA_DIST= \ $(examples_DATA) \ + CMakeLists.txt \ verify \ verify.in \ verify_cpp_python \ diff --git a/cpp/examples/tradedemo/Makefile.am b/cpp/examples/tradedemo/Makefile.am index c662ec0b8c..f4d8686d05 100644 --- a/cpp/examples/tradedemo/Makefile.am +++ b/cpp/examples/tradedemo/Makefile.am @@ -40,6 +40,7 @@ examples_DATA= \ $(MAKEDIST) EXTRA_DIST= \ + CMakeLists.txt \ tradedemo_declare_queues.vcproj \ tradedemo_topic_listener.vcproj \ tradedemo_topic_publisher.vcproj diff --git a/cpp/examples/xml-exchange/Makefile.am b/cpp/examples/xml-exchange/Makefile.am index aa450a32c2..e91cec370d 100644 --- a/cpp/examples/xml-exchange/Makefile.am +++ b/cpp/examples/xml-exchange/Makefile.am @@ -33,7 +33,8 @@ listener_SOURCES=listener.cpp listener_LDADD=$(CLIENT_LIB) EXTRA_DIST= \ - README + README \ + CMakeLists.txt examples_DATA= \ $(EXTRA_DIST) \ |