From 58730f32d581af74a4335cc6681a402086fd6e5b Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 10 Nov 2011 15:50:41 +0000 Subject: 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 --- cpp/src/qpid.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') 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} -- cgit v1.2.1