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 | 35510d734264a82a5e477e826c3666e9fdbadc62 (patch) | |
tree | 79bea8306cb2a7352250b4136c6b46eea0b57c02 /cpp/src | |
parent | 5218f2cc0035ed60702438e8977e09a17368eadc (diff) | |
download | qpid-python-35510d734264a82a5e477e826c3666e9fdbadc62.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 |