summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2011-11-10 15:50:41 +0000
committerAndrew Stitcher <astitcher@apache.org>2011-11-10 15:50:41 +0000
commit58730f32d581af74a4335cc6681a402086fd6e5b (patch)
tree9f63ae0ace34e0c4344fe5986c3a42718f75ddbd /cpp/src
parent87139b266b3817be517db38092ffcc5b2f7c7277 (diff)
downloadqpid-python-58730f32d581af74a4335cc6681a402086fd6e5b.tar.gz
QPID-3606: Qpid.pc pkgconfig file isn't sufficient to compile programs
- Added in -lqpidtypes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1200392 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid.pc.in b/cpp/src/qpid.pc.in
index 87d368f20c..626b1ba9c0 100644
--- a/cpp/src/qpid.pc.in
+++ b/cpp/src/qpid.pc.in
@@ -7,5 +7,5 @@ Name: qpid
Version: @VERSION@
Description: Qpid C++ client library
Requires:
-Libs: -L${libdir} -lqpidmessaging @LIBS@
+Libs: -L${libdir} -lqpidmessaging -lqpidtypes @LIBS@
Cflags: -I${includedir}