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/old_api/tradedemo/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qpid/cpp/examples/old_api/tradedemo') diff --git a/qpid/cpp/examples/old_api/tradedemo/Makefile.am b/qpid/cpp/examples/old_api/tradedemo/Makefile.am index 445b15b367..a05bbc3780 100644 --- a/qpid/cpp/examples/old_api/tradedemo/Makefile.am +++ b/qpid/cpp/examples/old_api/tradedemo/Makefile.am @@ -24,13 +24,13 @@ include $(top_srcdir)/examples/makedist.mk noinst_PROGRAMS=topic_listener topic_publisher declare_queues topic_listener_SOURCES=topic_listener.cpp -topic_listener_LDADD=$(CLIENT_LIB) +topic_listener_LDADD=$(CLIENT_LIB) -lqpidcommon topic_publisher_SOURCES=topic_publisher.cpp -topic_publisher_LDADD=$(CLIENT_LIB) +topic_publisher_LDADD=$(CLIENT_LIB) -lqpidcommon declare_queues_SOURCES=declare_queues.cpp -declare_queues_LDADD=$(CLIENT_LIB) +declare_queues_LDADD=$(CLIENT_LIB) -lqpidcommon examples_DATA= \ -- cgit v1.2.1