summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/messaging/Makefile.am
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2010-05-05 20:56:16 +0000
committerJonathan Robie <jonathan@apache.org>2010-05-05 20:56:16 +0000
commitd6190d5fafb461e6e652f412fe4f7312c7819768 (patch)
tree0def98c95c63579b705a1c3e0734b4ef05aef946 /qpid/cpp/examples/messaging/Makefile.am
parent359a794b63002d87f994ff1e31d368b41526d17d (diff)
downloadqpid-python-d6190d5fafb461e6e652f412fe4f7312c7819768.tar.gz
Added hello_xml.cpp example.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@941482 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 502e81bc8b..1f5f2ede2a 100644
--- a/qpid/cpp/examples/messaging/Makefile.am
+++ b/qpid/cpp/examples/messaging/Makefile.am
@@ -24,11 +24,14 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
CLIENT_LIB=$(top_builddir)/src/libqpidclient.la
CLIENTFLAGS=-lqpidclient
-noinst_PROGRAMS=drain spout client server map_sender map_receiver hello_world
+noinst_PROGRAMS=drain spout client server map_sender map_receiver hello_world hello_xml
hello_world_SOURCES=hello_world.cpp
hello_world_LDADD=$(CLIENT_LIB)
+hello_xml_SOURCES=hello_xml.cpp
+hello_xml_LDADD=$(CLIENT_LIB)
+
drain_SOURCES=drain.cpp OptionParser.h OptionParser.cpp
drain_LDADD=$(CLIENT_LIB)
@@ -49,6 +52,7 @@ map_receiver_LDADD=$(CLIENT_LIB)
examples_DATA= \
hello_world.cpp \
+ hello_xml.cpp \
drain.cpp \
spout.cpp \
OptionParser.cpp \