Author: astitcher Date: Thu Nov 10 18:51:31 2011 New Revision: 1200477 URL: http://svn.apache.org/viewvc?rev=1200477&view=rev Log: QPID-3606: Qpid.pc pkgconfig file isn't sufficient to compile programs - Added in -lqpidtypes
Modified: qpid/branches/0.14/qpid/cpp/src/qpid.pc.in Modified: qpid/branches/0.14/qpid/cpp/src/qpid.pc.in URL: http://svn.apache.org/viewvc/qpid/branches/0.14/qpid/cpp/src/qpid.pc.in?rev=1200477&r1=1200476&r2=1200477&view=diff ============================================================================== --- qpid/branches/0.14/qpid/cpp/src/qpid.pc.in (original) +++ qpid/branches/0.14/qpid/cpp/src/qpid.pc.in Thu Nov 10 18:51:31 2011 @@ -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} --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org