Author: astitcher Date: Wed Nov 9 15:54:12 2011 New Revision: 1199811 URL: http://svn.apache.org/viewvc?rev=1199811&view=rev Log: QPID-3586: Changes for QPID-3464 break cmake build in tar.gz distribution - The previous fix for this problem broke the autotools build, so remove the StoreStatus cluster test again from the autotools build.
Modified: qpid/trunk/qpid/cpp/src/tests/cluster.mk Modified: qpid/trunk/qpid/cpp/src/tests/cluster.mk URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/cluster.mk?rev=1199811&r1=1199810&r2=1199811&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/src/tests/cluster.mk (original) +++ qpid/trunk/qpid/cpp/src/tests/cluster.mk Wed Nov 9 15:54:12 2011 @@ -91,8 +91,11 @@ cluster_test_SOURCES = \ ForkedBroker.cpp \ PartialFailure.cpp \ ClusterFailover.cpp \ - InitialStatusMap.cpp \ - StoreStatus.cpp + InitialStatusMap.cpp + +# Moved this file here from cluster_test_SOURCES as it breaks the autotools build, but not the cmake +# build and so we need to make sure it is present in the tarball +EXTRA_DIST += StoreStatus.cpp cluster_test_LDADD=$(lib_client) $(lib_broker) ../cluster.la -lboost_unit_test_framework --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org