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/06/01 15:58:53 UTC

svn commit: r543489 - in /activemq/activemq-cpp/trunk/src/decaf: Makefile.am configure.ac

Author: tabish
Date: Fri Jun  1 06:58:52 2007
New Revision: 543489

URL: http://svn.apache.org/viewvc?view=rev&rev=543489
Log:
http://issues.apache.org/activemq/browse/AMQCPP-103

Building Decaf lib

Modified:
    activemq/activemq-cpp/trunk/src/decaf/Makefile.am
    activemq/activemq-cpp/trunk/src/decaf/configure.ac

Modified: activemq/activemq-cpp/trunk/src/decaf/Makefile.am
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/Makefile.am?view=diff&rev=543489&r1=543488&r2=543489
==============================================================================
--- activemq/activemq-cpp/trunk/src/decaf/Makefile.am (original)
+++ activemq/activemq-cpp/trunk/src/decaf/Makefile.am Fri Jun  1 06:58:52 2007
@@ -19,9 +19,9 @@
 AUTOMAKE_OPTIONS = foreign
 
 SUBDIRS = src/main
-#if BUILD_CPPUNIT_TESTS
-#  SUBDIRS += src/test
-#endif
+if BUILD_CPPUNIT_TESTS
+  SUBDIRS += src/test
+endif
 
 #Distribute these directories:
 DIST_SUBDIRS = src/main

Modified: activemq/activemq-cpp/trunk/src/decaf/configure.ac
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/configure.ac?view=diff&rev=543489&r1=543488&r2=543489
==============================================================================
--- activemq/activemq-cpp/trunk/src/decaf/configure.ac (original)
+++ activemq/activemq-cpp/trunk/src/decaf/configure.ac Fri Jun  1 06:58:52 2007
@@ -167,9 +167,9 @@
 AC_CONFIG_FILES(decaf.pc)
 AC_CONFIG_FILES(src/main/Makefile)
 
-#if test x$cppunit = xyes
-#then
-#  AC_CONFIG_FILES(src/test/Makefile)
-#fi
+if test x$cppunit = xyes
+then
+  AC_CONFIG_FILES(src/test/Makefile)
+fi
 
 AC_OUTPUT