summaryrefslogtreecommitdiff
path: root/cpp/src/tests/cluster.mk
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-07-08 19:03:52 +0000
committerAlan Conway <aconway@apache.org>2008-07-08 19:03:52 +0000
commitaf6e0524bdd933fadf0baa454b461a91526a3347 (patch)
tree14f6328aad1107f7b80a0d1a6d8aa32204b90973 /cpp/src/tests/cluster.mk
parent1b4c02dc9fbef138f7ed59550d533fe3ae13017f (diff)
downloadqpid-python-af6e0524bdd933fadf0baa454b461a91526a3347.tar.gz
Revert un-necessary Plugin complications. Better solution for plugin extension points coming up...
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@674915 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/cluster.mk')
-rw-r--r--cpp/src/tests/cluster.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk
index 8c6c69db21..da5b4d6e90 100644
--- a/cpp/src/tests/cluster.mk
+++ b/cpp/src/tests/cluster.mk
@@ -17,6 +17,6 @@ EXTRA_DIST+=ais_check
check_PROGRAMS+=cluster_test
cluster_test_SOURCES=unit_test.cpp cluster_test.cpp
-cluster_test_LDADD=$(lib_client) $(lib_cluster) $(lib_broker) -lboost_unit_test_framework
+cluster_test_LDADD=$(lib_client) $(lib_cluster) -lboost_unit_test_framework
endif