You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2007/07/12 21:39:19 UTC

svn commit: r555732 - /activemq/activemq-cpp/trunk/src/main/Makefile.am

Author: tabish
Date: Thu Jul 12 12:39:18 2007
New Revision: 555732

URL: http://svn.apache.org/viewvc?view=rev&rev=555732
Log:
Cleaning up old build rules

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?view=diff&rev=555732&r1=555731&r2=555732
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/Makefile.am (original)
+++ activemq/activemq-cpp/trunk/src/main/Makefile.am Thu Jul 12 12:39:18 2007
@@ -326,12 +326,6 @@
 ## Compiler / Linker Info
 ##
 
-## lib_LIBRARIES= libactivemq-cpp.a
-## libactivemq_cpp_a_SOURCES= $(h_sources) $(cc_sources)
-
-##
-## Uncomment to build a shared lib
-##
 lib_LTLIBRARIES= libactivemq-cpp.la
 libactivemq_cpp_la_SOURCES= $(h_sources) $(cc_sources)
 libactivemq_cpp_la_CXXFLAGS= $(AMQ_CXXFLAGS)