diff options
Diffstat (limited to 'qpid/cpp/examples/old_api/failover')
| -rw-r--r-- | qpid/cpp/examples/old_api/failover/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
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 \ |
