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/failover/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qpid/cpp/examples/old_api/failover') diff --git a/qpid/cpp/examples/old_api/failover/Makefile.am b/qpid/cpp/examples/old_api/failover/Makefile.am index 8b1da80f2c..516c3625c1 100644 --- a/qpid/cpp/examples/old_api/failover/Makefile.am +++ b/qpid/cpp/examples/old_api/failover/Makefile.am @@ -24,13 +24,13 @@ include $(top_srcdir)/examples/makedist.mk noinst_PROGRAMS=declare_queues resuming_receiver replaying_sender declare_queues_SOURCES=declare_queues.cpp -declare_queues_LDADD=$(CLIENT_LIB) +declare_queues_LDADD=$(CLIENT_LIB) -lqpidcommon resuming_receiver_SOURCES=resuming_receiver.cpp -resuming_receiver_LDADD=$(CLIENT_LIB) +resuming_receiver_LDADD=$(CLIENT_LIB) -lqpidcommon replaying_sender_SOURCES=replaying_sender.cpp -replaying_sender_LDADD=$(CLIENT_LIB) +replaying_sender_LDADD=$(CLIENT_LIB) -lqpidcommon examples_DATA= \ declare_queues.cpp \ -- cgit v1.2.1