Author: tabish
Date: Thu Oct 18 11:17:08 2007
New Revision: 586047
URL: http://svn.apache.org/viewvc?rev=586047&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQCPP-142
Adding in Openwire V1 support code requires putting automake into the
subdir-objects build mode so that all the objects aren't placed in the same
directory as all the V1 and V2 marshalers have the same name in the end.
Modified:
activemq/activemq-cpp/trunk/configure.ac
Modified: activemq/activemq-cpp/trunk/configure.ac
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/configure.ac?rev=586047&r1=586046&r2=586047&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/configure.ac (original)
+++ activemq/activemq-cpp/trunk/configure.ac Thu Oct 18 11:17:08 2007
@@ -40,7 +40,7 @@
PACKAGE=$ACTIVEMQ_LIBRARY_NAME
VERSION=$ACTIVEMQ_VERSION
-AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
+AM_INIT_AUTOMAKE([subdir-objects])
AM_CONFIG_HEADER(config.h)
# Gives us access to the host_os environment variable