summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-05-02 06:47:23 +0000
committerGordon Sim <gsim@apache.org>2008-05-02 06:47:23 +0000
commit491d0165ee6ebd5ce434fd9f25a65d144bff9af1 (patch)
tree448bd502b40739373aeb8c7685daa216c3a7f966 /qpid/cpp/src
parent4f12cd13c4e858c7473502f47144bb9b246bdef1 (diff)
downloadqpid-python-491d0165ee6ebd5ce434fd9f25a65d144bff9af1.tar.gz
QPID-986: Patch from Danushka Menikkumbura.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652779 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index f1585b1c5e..bbe4cb73d3 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -221,7 +221,8 @@ libqpidcommon_la_SOURCES = \
qpid/ISList.h \
qpid/pointer_to_other.h
-libqpidbroker_la_LIBADD = libqpidcommon.la
+libqpidbroker_la_LIBADD = libqpidcommon.la \
+ -luuid
libqpidbroker_la_SOURCES = \
$(mgen_broker_cpp) \
qpid/amqp_0_10/Connection.h \
@@ -287,7 +288,8 @@ libqpidbroker_la_SOURCES = \
qpid/management/ManagementObject.cpp \
qpid/sys/TCPIOPlugin.cpp
-libqpidclient_la_LIBADD = libqpidcommon.la
+libqpidclient_la_LIBADD = libqpidcommon.la \
+ -luuid
libqpidclient_la_SOURCES = \
$(rgen_client_srcs) \
qpid/client/Bounds.cpp \