From 16234b37d7f509bf4689b6bdb9ee05f09408dc0d Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 29 Nov 2012 12:15:36 +0000 Subject: QPID-3723: Applied patch from Fraser Adams for explicit linking git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1415137 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/examples/messaging/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'qpid/cpp/examples/messaging') diff --git a/qpid/cpp/examples/messaging/Makefile.am b/qpid/cpp/examples/messaging/Makefile.am index 298d65e6f1..d5303f4437 100644 --- a/qpid/cpp/examples/messaging/Makefile.am +++ b/qpid/cpp/examples/messaging/Makefile.am @@ -33,10 +33,10 @@ hello_xml_SOURCES=hello_xml.cpp hello_xml_LDADD=$(CLIENT_LIB) drain_SOURCES=drain.cpp OptionParser.h OptionParser.cpp -drain_LDADD=$(CLIENT_LIB) +drain_LDADD=$(CLIENT_LIB) -lqpidtypes spout_SOURCES=spout.cpp OptionParser.h OptionParser.cpp -spout_LDADD=$(CLIENT_LIB) +spout_LDADD=$(CLIENT_LIB) -lqpidtypes client_SOURCES=client.cpp client_LDADD=$(CLIENT_LIB) @@ -45,10 +45,10 @@ server_SOURCES=server.cpp server_LDADD=$(CLIENT_LIB) map_sender_SOURCES=map_sender.cpp -map_sender_LDADD=$(CLIENT_LIB) +map_sender_LDADD=$(CLIENT_LIB) -lqpidtypes map_receiver_SOURCES=map_receiver.cpp -map_receiver_LDADD=$(CLIENT_LIB) +map_receiver_LDADD=$(CLIENT_LIB) -lqpidtypes examples_DATA= \ hello_world.cpp \ -- cgit v1.2.1