diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-05-01 21:50:06 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-05-01 21:50:06 +0000 |
commit | 0b9a1572d25860399e2300a5860fea31b5aa00ee (patch) | |
tree | d8db289e3b0dc99152c9f7e2aaf974a8b0b74990 /cpp/examples | |
parent | 0bd20c1da69d0b809e1ae9948f86aa9debb94255 (diff) | |
download | qpid-python-0b9a1572d25860399e2300a5860fea31b5aa00ee.tar.gz |
Add Visual Studio sln/vcproj files to EXTRA_DIST to include them in releases; fixes QPID-1836
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@770833 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples')
-rw-r--r-- | cpp/examples/Makefile.am | 2 | ||||
-rw-r--r-- | cpp/examples/direct/Makefile.am | 6 | ||||
-rw-r--r-- | cpp/examples/failover/Makefile.am | 5 | ||||
-rw-r--r-- | cpp/examples/fanout/Makefile.am | 9 | ||||
-rw-r--r-- | cpp/examples/pub-sub/Makefile.am | 9 | ||||
-rw-r--r-- | cpp/examples/qmf-console/Makefile.am | 5 | ||||
-rw-r--r-- | cpp/examples/request-response/Makefile.am | 9 | ||||
-rw-r--r-- | cpp/examples/tradedemo/Makefile.am | 8 |
8 files changed, 28 insertions, 25 deletions
diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am index f23f3ee9e0..90b397aa8a 100644 --- a/cpp/examples/Makefile.am +++ b/cpp/examples/Makefile.am @@ -37,7 +37,7 @@ $(MAKEDIST): Makefile examplesdir=$(pkgdatadir)/examples dist_examples_DATA = README $(MAKEDIST) -EXTRA_DIST = README.verify verify verify_all +EXTRA_DIST = README.verify verify verify_all examples.sln # 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 8f220d1b7e..d817c0b85c 100644 --- a/cpp/examples/direct/Makefile.am +++ b/cpp/examples/direct/Makefile.am @@ -44,5 +44,7 @@ EXTRA_DIST= \ verify_cpp_python \ verify_cpp_python.in \ verify_python_cpp \ - verify_python_cpp.in - + verify_python_cpp.in \ + direct_declare_queues.vcproj \ + direct_direct_producer.vcproj \ + direct_listener.vcproj diff --git a/cpp/examples/failover/Makefile.am b/cpp/examples/failover/Makefile.am index 67d9eb4b95..eaa2d2d1c6 100644 --- a/cpp/examples/failover/Makefile.am +++ b/cpp/examples/failover/Makefile.am @@ -39,3 +39,8 @@ examples_DATA= \ $(MAKEDIST) # FIXME aconway 2008-10-10: add verify scripts. + +EXTRA_DIST= \ + 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 395fcec9aa..62ebef01e1 100644 --- a/cpp/examples/fanout/Makefile.am +++ b/cpp/examples/fanout/Makefile.am @@ -40,9 +40,6 @@ EXTRA_DIST= \ verify_cpp_python \ verify_cpp_python.in \ verify_python_cpp \ - verify_python_cpp.in - - - - - + 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 1d52daf638..e0d489e52e 100644 --- a/cpp/examples/pub-sub/Makefile.am +++ b/cpp/examples/pub-sub/Makefile.am @@ -41,9 +41,6 @@ EXTRA_DIST= \ verify_cpp_python \ verify_cpp_python.in \ verify_python_cpp \ - verify_python_cpp.in - - - - - + verify_python_cpp.in \ + pub_sub_topic_listener.vcproj \ + pub_sub_topic_publisher.vcproj diff --git a/cpp/examples/qmf-console/Makefile.am b/cpp/examples/qmf-console/Makefile.am index 04a92c214e..320883e528 100644 --- a/cpp/examples/qmf-console/Makefile.am +++ b/cpp/examples/qmf-console/Makefile.am @@ -43,3 +43,8 @@ examples_DATA= \ queuestats.cpp \ $(MAKEDIST) +EXTRA_DIST= \ + qmf_console_console.vcproj \ + qmf_console_ping.vcproj \ + qmf_console_printevents.vcproj \ + qmf_console_queuestats.vcproj diff --git a/cpp/examples/request-response/Makefile.am b/cpp/examples/request-response/Makefile.am index d7e7d692de..80f855f6e5 100644 --- a/cpp/examples/request-response/Makefile.am +++ b/cpp/examples/request-response/Makefile.am @@ -41,9 +41,6 @@ EXTRA_DIST= \ verify_cpp_python \ verify_cpp_python.in \ verify_python_cpp \ - verify_python_cpp.in - - - - - + verify_python_cpp.in \ + request_response_client.vcproj \ + request_response_server.vcproj diff --git a/cpp/examples/tradedemo/Makefile.am b/cpp/examples/tradedemo/Makefile.am index a3c7fabd65..c662ec0b8c 100644 --- a/cpp/examples/tradedemo/Makefile.am +++ b/cpp/examples/tradedemo/Makefile.am @@ -39,7 +39,7 @@ examples_DATA= \ declare_queues.cpp \ $(MAKEDIST) - - - - +EXTRA_DIST= \ + tradedemo_declare_queues.vcproj \ + tradedemo_topic_listener.vcproj \ + tradedemo_topic_publisher.vcproj |