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 2010/11/24 22:34:30 UTC

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

Author: tabish
Date: Wed Nov 24 21:34:29 2010
New Revision: 1038837

URL: http://svn.apache.org/viewvc?rev=1038837&view=rev
Log:
Fix the package config template to point to the correct locations.

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=1038837&r1=1038836&r2=1038837&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/activemq-cpp.pc.in (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/activemq-cpp.pc.in Wed Nov 24 21:34:29 2010
@@ -23,5 +23,5 @@ includedir=@includedir@
 Name: ActiveMQ Client
 Description: ActiveMQ C++ library.
 Version: @VERSION@
-Libs: -L${libdir} -l@ACTIVEMQ_LIBRARY_NAME@-@ACTIVEMQ_LIBRARY_VERSION@ -lpthread -ldl -luuid
-Cflags: -I${includedir}/@ACTIVEMQ_LIBRARY_NAME@-@ACTIVEMQ_LIBRARY_VERSION@ -I${libdir}/@ACTIVEMQ_LIBRARY_NAME@-@ACTIVEMQ_API_VERSION@/include
+Libs: -L${libdir} -l@ACTIVEMQ_LIBRARY_NAME@ -lpthread -ldl -luuid
+Cflags: -I${includedir}/@ACTIVEMQ_LIBRARY_NAME@-@VERSION@