Author: tabish
Date: Mon Apr  4 20:50:11 2011
New Revision: 1088785

URL: http://svn.apache.org/viewvc?rev=1088785&view=rev
Log:
Add the CFlags option config to the Makefile template or it will get lost on 
the next regenerate.

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.maven

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.maven
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.maven?rev=1088785&r1=1088784&r2=1088785&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.maven (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.maven Mon Apr  4 
20:50:11 2011
@@ -28,6 +28,7 @@ h_sources = \
 lib_LTLIBRARIES= libactivemq-cpp.la
 libactivemq_cpp_la_SOURCES= $(h_sources) $(cc_sources)
 libactivemq_cpp_la_CXXFLAGS= $(AMQ_CXXFLAGS)
+libactivemq_cpp_la_CFLAGS= $(AMQ_CFLAGS)
 libactivemq_cpp_la_LDFLAGS= -version-info $(ACTIVEMQ_LIBRARY_VERSION)
 libactivemq_cpp_la_LIBADD= $(AMQ_LIBS)
 


Reply via email to