From b7b7d01af76780a87d0efff2a6e0485666b54870 Mon Sep 17 00:00:00 2001 From: Jonathan Robie Date: Thu, 15 Apr 2010 20:04:00 +0000 Subject: Added hello_world.cpp example for tutorial. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934573 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/examples/messaging/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'qpid/cpp/examples/messaging/Makefile.am') 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 \ -- cgit v1.2.1