Author: tabish
Date: Wed Nov 24 21:34:06 2010
New Revision: 1038836
URL: http://svn.apache.org/viewvc?rev=1038836&view=rev
Log:
Fix the package config template to point to the correct locations.
Modified:
activemq/activemq-cpp/branches/activemq-cpp-3.2.x/activemq-cpp/activemq-cpp.pc.in
Modified: activemq/activemq-cpp/branches/activemq-cpp-3.2.x/activemq-cpp/activemq-cpp.pc.in
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/activemq-cpp-3.2.x/activemq-cpp/activemq-cpp.pc.in?rev=1038836&r1=1038835&r2=1038836&view=diff
==============================================================================
--- activemq/activemq-cpp/branches/activemq-cpp-3.2.x/activemq-cpp/activemq-cpp.pc.in (original)
+++ activemq/activemq-cpp/branches/activemq-cpp-3.2.x/activemq-cpp/activemq-cpp.pc.in Wed
Nov 24 21:34:06 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@
|