summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/messaging/Makefile.am
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2010-04-15 20:04:00 +0000
committerJonathan Robie <jonathan@apache.org>2010-04-15 20:04:00 +0000
commitb7b7d01af76780a87d0efff2a6e0485666b54870 (patch)
tree3cab12b398ce774e59dda3d782b01626bbf7a931 /qpid/cpp/examples/messaging/Makefile.am
parente646f6b4797f70ba7b07df073f4ec6183d4b636d (diff)
downloadqpid-python-b7b7d01af76780a87d0efff2a6e0485666b54870.tar.gz
Added hello_world.cpp example for tutorial.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934573 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/messaging/Makefile.am')
-rw-r--r--qpid/cpp/examples/messaging/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/qpid/cpp/examples/messaging/Makefile.am b/qpid/cpp/examples/messaging/Makefile.am
index 53a9e4773a..7e1ada0e2e 100644
--- a/qpid/cpp/examples/messaging/Makefile.am
+++ b/qpid/cpp/examples/messaging/Makefile.am
@@ -21,7 +21,10 @@ examplesdir=$(pkgdatadir)/examples/messaging
MAKELDFLAGS=$(CLIENTFLAGS)
include $(top_srcdir)/examples/makedist.mk
-noinst_PROGRAMS=drain spout queue_sender queue_receiver topic_sender topic_receiver client server map_sender map_receiver
+noinst_PROGRAMS=drain spout queue_sender queue_receiver topic_sender topic_receiver client server map_sender map_receiver hello_world
+
+hello_world_SOURCES=hello_world.cpp
+hello_world_LDADD=$(CLIENT_LIB)
drain_SOURCES=drain.cpp
drain_LDADD=$(CLIENT_LIB)
@@ -55,6 +58,7 @@ map_receiver_LDADD=$(CLIENT_LIB)
EXTRA_DIST= \
CMakeLists.txt \
+ messaging_hello_world.vcproj \
messaging_client.vcproj \
messaging_drain.vcproj \
messaging_map_receiver.vcproj \