Author: tabish Date: Tue Oct 5 15:56:48 2010 New Revision: 1004691 URL: http://svn.apache.org/viewvc?rev=1004691&view=rev Log: Remove build targets that don't yet exist in this project. Modified: activemq/activemq-cpp/trunk/activemq-c/configure.ac Modified: activemq/activemq-cpp/trunk/activemq-c/configure.ac URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-c/configure.ac?rev=1004691&r1=1004690&r2=1004691&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/activemq-c/configure.ac (original) +++ activemq/activemq-cpp/trunk/activemq-c/configure.ac Tue Oct 5 15:56:48 2010 @@ -225,15 +225,12 @@ AC_OUTPUT_COMMANDS([chmod +x activemqc-1 AC_CONFIG_FILES(Makefile) AC_CONFIG_FILES(activemq-c.pc) -AC_CONFIG_FILES(src/main/Makefile) -AC_CONFIG_FILES(src/examples/Makefile) +AC_CONFIG_FILES(src/main/c/Makefile) AC_CONFIG_FILES(activemqc-1-config) if test x$cppunit = xyes then AC_CONFIG_FILES(src/test/c/Makefile) - AC_CONFIG_FILES(src/test-integration/c/Makefile) - AC_CONFIG_FILES(src/test-benchmarks/c/Makefile) fi AC_OUTPUT