diff options
author | Andrew Stitcher <astitcher@apache.org> | 2011-11-09 15:54:12 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2011-11-09 15:54:12 +0000 |
commit | e8f86356e9eb1eee94dd1ea38eda83c56d6768c5 (patch) | |
tree | 430ad9a7fdc9279b0de6ac2239ea106934c9fdef /cpp/src | |
parent | d331eb7821b0c906c659e2841d645027d2f086f4 (diff) | |
download | qpid-python-e8f86356e9eb1eee94dd1ea38eda83c56d6768c5.tar.gz |
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.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1199811 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/tests/cluster.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk index 6db2215859..199d1e7b57 100644 --- a/cpp/src/tests/cluster.mk +++ b/cpp/src/tests/cluster.mk @@ -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 |