diff options
| author | Alan Conway <aconway@apache.org> | 2010-07-06 13:16:02 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-07-06 13:16:02 +0000 |
| commit | c906675e9a7372d122f7fa2088b1f5f5174fa756 (patch) | |
| tree | 79bea8306cb2a7352250b4136c6b46eea0b57c02 /cpp/src | |
| parent | ea34bf921f26faef544b9d6e728bcfe38c7505fe (diff) | |
| download | qpid-python-c906675e9a7372d122f7fa2088b1f5f5174fa756.tar.gz | |
Fix link error on fedora 13
Removed duplicate .o files linked with cluster_test executable.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960894 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/tests/cluster.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk index 0c142a6727..e9e4c84b02 100644 --- a/cpp/src/tests/cluster.mk +++ b/cpp/src/tests/cluster.mk @@ -75,9 +75,7 @@ cluster_test_SOURCES = \ ForkedBroker.h \ ForkedBroker.cpp \ PartialFailure.cpp \ - ClusterFailover.cpp \ - InitialStatusMap.cpp \ - StoreStatus.cpp + ClusterFailover.cpp cluster_test_LDADD=$(lib_client) $(lib_broker) ../cluster.la -lboost_unit_test_framework |
