summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2007-07-12 01:48:13 +0000
committerAndrew Stitcher <astitcher@apache.org>2007-07-12 01:48:13 +0000
commitef1d54d57f354765e6ea1ae73807a4a633c73998 (patch)
tree8ce4fada81e4a844b8bc7b523d657dd84e79857c /cpp/src/Makefile.am
parentfa267e310c233cfc9fc3b67b3c080adb4911f69f (diff)
downloadqpid-python-ef1d54d57f354765e6ea1ae73807a4a633c73998.tar.gz
* Add libuuid to libcommon link (for when apr goes away)
* Latest version of AsynchIO code git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@555455 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
-rw-r--r--cpp/src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index bbb1c6655e..3d97436db6 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -121,6 +121,7 @@ libLogger_la_CXXFLAGS=$(AM_CXXFLAGS) -Wno-unused-parameter
libqpidcommon_la_LIBADD = \
-lboost_program_options \
+ -luuid \
libLogger.la \
$(APR_LIBS) \
$(LIB_DLOPEN) \