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 @@ included...@includedir@
 Name: ActiveMQ Client
 Description: ActiveMQ C++ library.
 Version: @VERSION@
-Libs: -L${libdir} -...@activemq_library_name@-...@activemq_library_version@ 
-lpthread -ldl -luuid
-Cflags: -I${includedir}/@activemq_library_n...@-@ACTIVEMQ_LIBRARY_VERSION@ 
-I${libdir}/@activemq_library_n...@-@ACTIVEMQ_API_VERSION@/include
+Libs: -L${libdir} -...@activemq_library_name@ -lpthread -ldl -luuid
+Cflags: -I${includedir}/@activemq_library_n...@-@VERSION@


Reply via email to