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 | b94e3288d8955b674fb5f6b6f649d0b10525dab4 (patch) | |
| tree | e0008ab0d3b6fbcce49f38abf03a40d4e189213f /qpid/cpp | |
| parent | 83e1fa9554b99740ae97d6eba1d9dc6568c5fb0b (diff) | |
| download | qpid-python-b94e3288d8955b674fb5f6b6f649d0b10525dab4.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@1200392 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/qpid.pc.in | 2 |
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} |
