Author: tabish Date: Wed Jun 4 15:58:57 2008 New Revision: 663397 URL: http://svn.apache.org/viewvc?rev=663397&view=rev Log: https://issues.apache.org/activemq/browse/AMQCPP-158
Modified: activemq/activemq-cpp/trunk/src/main/Makefile.am Modified: activemq/activemq-cpp/trunk/src/main/Makefile.am URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/Makefile.am?rev=663397&r1=663396&r2=663397&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/Makefile.am (original) +++ activemq/activemq-cpp/trunk/src/main/Makefile.am Wed Jun 4 15:58:57 2008 @@ -443,7 +443,7 @@ lib_LTLIBRARIES= libactivemq-cpp.la libactivemq_cpp_la_SOURCES= $(h_sources) $(cc_sources) libactivemq_cpp_la_CXXFLAGS= $(AMQ_CXXFLAGS) -libactivemq_cpp_la_LDFLAGS= -version-info $(ACTIVEMQ_LIBRARY_VERSION) -release $(ACTIVEMQ_VERSION) +libactivemq_cpp_la_LDFLAGS= -version-info $(ACTIVEMQ_LIBRARY_VERSION) libactivemq_cpp_la_LIBADD= $(AMQ_LIBS) ##