Author: astitcher
Date: Wed Nov  9 15:49:52 2011
New Revision: 1199809

URL: http://svn.apache.org/viewvc?rev=1199809&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/branches/0.14/qpid/cpp/src/tests/cluster.mk

Modified: qpid/branches/0.14/qpid/cpp/src/tests/cluster.mk
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.14/qpid/cpp/src/tests/cluster.mk?rev=1199809&r1=1199808&r2=1199809&view=diff
==============================================================================
--- qpid/branches/0.14/qpid/cpp/src/tests/cluster.mk (original)
+++ qpid/branches/0.14/qpid/cpp/src/tests/cluster.mk Wed Nov  9 15:49:52 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

Reply via email to