You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2011/05/04 20:01:18 UTC

svn commit: r1099548 - /activemq/activemq-cpp/trunk/activemq-cpp/activemq-cpp.pc.in

Author: tabish
Date: Wed May  4 18:01:17 2011
New Revision: 1099548

URL: http://svn.apache.org/viewvc?rev=1099548&view=rev
Log:
Fix for: https://issues.apache.org/jira/browse/AMQCPP-370

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/activemq-cpp.pc.in

Modified: activemq/activemq-cpp/trunk/activemq-cpp/activemq-cpp.pc.in
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/activemq-cpp.pc.in?rev=1099548&r1=1099547&r2=1099548&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/activemq-cpp.pc.in (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/activemq-cpp.pc.in Wed May  4 18:01:17 2011
@@ -25,3 +25,4 @@ Description: ActiveMQ C++ library.
 Version: @VERSION@
 Libs: -L${libdir} -l@ACTIVEMQ_LIBRARY_NAME@ -lpthread -ldl -luuid
 Cflags: -I${includedir}/@ACTIVEMQ_LIBRARY_NAME@-@VERSION@
+Libs.private = @AMQ_LIBS@