Index: activemq-cpp/trunk/activemq-cpp/activemq-cpp.pc.in =================================================================== diff -u -N -r1099548 -r1370775 --- activemq-cpp/trunk/activemq-cpp/activemq-cpp.pc.in (.../activemq-cpp.pc.in) (revision 1099548) +++ activemq-cpp/trunk/activemq-cpp/activemq-cpp.pc.in (.../activemq-cpp.pc.in) (revision 1370775) @@ -23,6 +23,7 @@ Name: ActiveMQ Client Description: ActiveMQ C++ library. Version: @VERSION@ +Requires.private: apr14-1 apr-util14-1 Libs: -L${libdir} -l@ACTIVEMQ_LIBRARY_NAME@ -lpthread -ldl -luuid Cflags: -I${includedir}/@ACTIVEMQ_LIBRARY_NAME@-@VERSION@ Libs.private = @AMQ_LIBS@ Index: activemq-cpp/trunk/activemq-cpp/activemqcpp-config.in =================================================================== diff -u -N -r759135 -r1370435 --- activemq-cpp/trunk/activemq-cpp/activemqcpp-config.in (.../activemqcpp-config.in) (revision 759135) +++ activemq-cpp/trunk/activemq-cpp/activemqcpp-config.in (.../activemqcpp-config.in) (revision 1370435) @@ -105,11 +105,11 @@ fi if test "$echo_cflags" = "yes"; then - echo -I$includedir/@ACTIVEMQ_LIBRARY_NAME@-@ACTIVEMQ_API_VERSION@ + echo -I$includedir/@ACTIVEMQ_LIBRARY_NAME@-@ACTIVEMQ_API_VERSION@ @APR_INCLUDES@ @APR_CPPFLAGS@ fi if test "$echo_includes" = "yes"; then - echo -I$includedir/@ACTIVEMQ_LIBRARY_NAME@-@ACTIVEMQ_API_VERSION@ + echo -I$includedir/@ACTIVEMQ_LIBRARY_NAME@-@ACTIVEMQ_API_VERSION@ @APR_INCLUDES@ fi if test "$echo_libs" = "yes"; then