diff options
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 |