From 3fdda0591c7da1dc7700b83c5f9771cccdac4f01 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 10 Nov 2011 18:51:31 +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/branches/0.14@1200477 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.1