summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-11-13 00:48:00 +0000
committerStephen D. Huston <shuston@apache.org>2009-11-13 00:48:00 +0000
commit1b679a2b9ba0e6e6c9bb78a877e45983bf3cb75f (patch)
tree5296143d31549df516f56f1a086130af3115aff9 /qpid/cpp
parente3db10827957a8bad7e7e2c75f7cdc53b808f8ff (diff)
downloadqpid-python-1b679a2b9ba0e6e6c9bb78a877e45983bf3cb75f.tar.gz
Correct the changed vcproj files in the Makefile.am files; added the EXTRA_DIST for messaging/Makefile.am.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@835679 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/examples/messaging/Makefile.am12
-rw-r--r--qpid/cpp/examples/pub-sub/Makefile.am4
-rw-r--r--qpid/cpp/examples/qmf-console/Makefile.am8
-rw-r--r--qpid/cpp/examples/request-response/Makefile.am4
4 files changed, 20 insertions, 8 deletions
diff --git a/qpid/cpp/examples/messaging/Makefile.am b/qpid/cpp/examples/messaging/Makefile.am
index 250e549e82..a16b0b3bb1 100644
--- a/qpid/cpp/examples/messaging/Makefile.am
+++ b/qpid/cpp/examples/messaging/Makefile.am
@@ -52,3 +52,15 @@ map_sender_LDADD=$(CLIENT_LIB)
map_receiver_SOURCES=map_receiver.cpp
map_receiver_LDADD=$(CLIENT_LIB)
+
+EXTRA_DIST= \
+ messaging_client.vcproj \
+ messaging_map_receiver.vcproj \
+ messaging_map_sender.vcproj \
+ messaging_queue_listener.vcproj \
+ messaging_queue_receiver.vcproj \
+ messaging_queue_sender.vcproj \
+ messaging_server.vcproj \
+ messaging_topic_listener.vcproj \
+ messaging_topic_receiver.vcproj \
+ messaging_topic_sender.vcproj
diff --git a/qpid/cpp/examples/pub-sub/Makefile.am b/qpid/cpp/examples/pub-sub/Makefile.am
index e0d489e52e..5f7578b548 100644
--- a/qpid/cpp/examples/pub-sub/Makefile.am
+++ b/qpid/cpp/examples/pub-sub/Makefile.am
@@ -42,5 +42,5 @@ EXTRA_DIST= \
verify_cpp_python.in \
verify_python_cpp \
verify_python_cpp.in \
- pub_sub_topic_listener.vcproj \
- pub_sub_topic_publisher.vcproj
+ pub-sub_topic_listener.vcproj \
+ pub-sub_topic_publisher.vcproj
diff --git a/qpid/cpp/examples/qmf-console/Makefile.am b/qpid/cpp/examples/qmf-console/Makefile.am
index 94211ec187..2d7ee4cd49 100644
--- a/qpid/cpp/examples/qmf-console/Makefile.am
+++ b/qpid/cpp/examples/qmf-console/Makefile.am
@@ -48,7 +48,7 @@ examples_DATA= \
$(MAKEDIST)
EXTRA_DIST= \
- qmf_console_console.vcproj \
- qmf_console_ping.vcproj \
- qmf_console_printevents.vcproj \
- qmf_console_queuestats.vcproj
+ qmf-console_console.vcproj \
+ qmf-console_ping.vcproj \
+ qmf-console_printevents.vcproj \
+ qmf-console_queuestats.vcproj
diff --git a/qpid/cpp/examples/request-response/Makefile.am b/qpid/cpp/examples/request-response/Makefile.am
index 80f855f6e5..579f71475f 100644
--- a/qpid/cpp/examples/request-response/Makefile.am
+++ b/qpid/cpp/examples/request-response/Makefile.am
@@ -42,5 +42,5 @@ EXTRA_DIST= \
verify_cpp_python.in \
verify_python_cpp \
verify_python_cpp.in \
- request_response_client.vcproj \
- request_response_server.vcproj
+ request-response_client.vcproj \
+ request-response_server.vcproj