summaryrefslogtreecommitdiff
path: root/cpp/examples/messaging/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/examples/messaging/Makefile.am')
-rw-r--r--cpp/examples/messaging/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/cpp/examples/messaging/Makefile.am b/cpp/examples/messaging/Makefile.am
index 502e81bc8b..1f5f2ede2a 100644
--- a/cpp/examples/messaging/Makefile.am
+++ b/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 \