diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-11-20 01:04:03 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-11-20 01:04:03 +0000 |
commit | 950f4b40bfc05db37d91d960cda163f557dd5e50 (patch) | |
tree | 0b198880536d57ad0e5f199feba20e2c40682a76 /qpid/cpp/examples | |
parent | a420d41e0c1753a6fae347b3980db4bd11a24cc7 (diff) | |
download | qpid-python-950f4b40bfc05db37d91d960cda163f557dd5e50.tar.gz |
Removed the Visual Studio solution/project files, as these are now generated by CMake. Added CMakeLists.txt files to Makefile.am, and all other needed support files so that the 'make dist' supplies all needed items for building a release kit on Windows. Fixes QPID-2134
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882373 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples')
-rw-r--r-- | qpid/cpp/examples/Makefile.am | 2 | ||||
-rw-r--r-- | qpid/cpp/examples/direct/Makefile.am | 1 | ||||
-rw-r--r-- | qpid/cpp/examples/failover/Makefile.am | 1 | ||||
-rw-r--r-- | qpid/cpp/examples/fanout/Makefile.am | 1 | ||||
-rw-r--r-- | qpid/cpp/examples/messaging/Makefile.am | 1 | ||||
-rw-r--r-- | qpid/cpp/examples/pub-sub/Makefile.am | 1 | ||||
-rw-r--r-- | qpid/cpp/examples/qmf-console/Makefile.am | 1 | ||||
-rw-r--r-- | qpid/cpp/examples/request-response/Makefile.am | 1 | ||||
-rw-r--r-- | qpid/cpp/examples/tradedemo/Makefile.am | 1 | ||||
-rw-r--r-- | qpid/cpp/examples/xml-exchange/Makefile.am | 3 |
10 files changed, 11 insertions, 2 deletions
diff --git a/qpid/cpp/examples/Makefile.am b/qpid/cpp/examples/Makefile.am index b526424e2a..8fb66c89b6 100644 --- a/qpid/cpp/examples/Makefile.am +++ b/qpid/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/qpid/cpp/examples/direct/Makefile.am b/qpid/cpp/examples/direct/Makefile.am index d817c0b85c..467533371e 100644 --- a/qpid/cpp/examples/direct/Makefile.am +++ b/qpid/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/qpid/cpp/examples/failover/Makefile.am b/qpid/cpp/examples/failover/Makefile.am index eaa2d2d1c6..48846fdf79 100644 --- a/qpid/cpp/examples/failover/Makefile.am +++ b/qpid/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/qpid/cpp/examples/fanout/Makefile.am b/qpid/cpp/examples/fanout/Makefile.am index 62ebef01e1..bfa5404e5b 100644 --- a/qpid/cpp/examples/fanout/Makefile.am +++ b/qpid/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/qpid/cpp/examples/messaging/Makefile.am b/qpid/cpp/examples/messaging/Makefile.am index b9f865625d..85d1956e61 100644 --- a/qpid/cpp/examples/messaging/Makefile.am +++ b/qpid/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/qpid/cpp/examples/pub-sub/Makefile.am b/qpid/cpp/examples/pub-sub/Makefile.am index 5f7578b548..8673174a06 100644 --- a/qpid/cpp/examples/pub-sub/Makefile.am +++ b/qpid/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/qpid/cpp/examples/qmf-console/Makefile.am b/qpid/cpp/examples/qmf-console/Makefile.am index 2d7ee4cd49..dd75df94f7 100644 --- a/qpid/cpp/examples/qmf-console/Makefile.am +++ b/qpid/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/qpid/cpp/examples/request-response/Makefile.am b/qpid/cpp/examples/request-response/Makefile.am index 579f71475f..de59f3b834 100644 --- a/qpid/cpp/examples/request-response/Makefile.am +++ b/qpid/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/qpid/cpp/examples/tradedemo/Makefile.am b/qpid/cpp/examples/tradedemo/Makefile.am index c662ec0b8c..f4d8686d05 100644 --- a/qpid/cpp/examples/tradedemo/Makefile.am +++ b/qpid/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/qpid/cpp/examples/xml-exchange/Makefile.am b/qpid/cpp/examples/xml-exchange/Makefile.am index aa450a32c2..e91cec370d 100644 --- a/qpid/cpp/examples/xml-exchange/Makefile.am +++ b/qpid/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) \ |