diff options
author | Andrew Stitcher <astitcher@apache.org> | 2011-11-10 15:50:41 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2011-11-10 15:50:41 +0000 |
commit | 58730f32d581af74a4335cc6681a402086fd6e5b (patch) | |
tree | 9f63ae0ace34e0c4344fe5986c3a42718f75ddbd /cpp/src | |
parent | 87139b266b3817be517db38092ffcc5b2f7c7277 (diff) | |
download | qpid-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.in | 2 |
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} |