summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2011-11-10 18:51:31 +0000
committerAndrew Stitcher <astitcher@apache.org>2011-11-10 18:51:31 +0000
commit3fdda0591c7da1dc7700b83c5f9771cccdac4f01 (patch)
treec8a15c747ea859dab4b8621ec07e9a983962724a
parent9f0784cab45c5e832c945a067926440d3f4f3fc5 (diff)
downloadqpid-python-3fdda0591c7da1dc7700b83c5f9771cccdac4f01.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/branches/0.14@1200477 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/qpid.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid.pc.in b/qpid/cpp/src/qpid.pc.in
index 87d368f20c..626b1ba9c0 100644
--- a/qpid/cpp/src/qpid.pc.in
+++ b/qpid/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}