From f5b6f2ddd9fa2d17448f65a3a59e196574d0315e Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Fri, 13 Nov 2009 00:48:00 +0000 Subject: 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/qpid@835679 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/messaging/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cpp/examples/messaging') diff --git a/cpp/examples/messaging/Makefile.am b/cpp/examples/messaging/Makefile.am index 250e549e82..a16b0b3bb1 100644 --- a/cpp/examples/messaging/Makefile.am +++ b/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 -- cgit v1.2.1