diff options
| author | Alan Conway <aconway@apache.org> | 2008-06-26 21:39:28 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-06-26 21:39:28 +0000 |
| commit | 9b4afc77de4a632ec7f1d4bf3f7e2074b07a014a (patch) | |
| tree | 018dc5b0effa11169601c7960cf0ebd7c69d9d53 /qpid/cpp/src/tests/cluster.mk | |
| parent | 8eafbcc7821ea6a6a6976e06fe2c6810c9767e2b (diff) | |
| download | qpid-python-9b4afc77de4a632ec7f1d4bf3f7e2074b07a014a.tar.gz | |
Plugin framework change: single PluginFactory creates per-target Plugin instances.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@672032 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/tests/cluster.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/cluster.mk b/qpid/cpp/src/tests/cluster.mk index d2961f0954..1f2413161a 100644 --- a/qpid/cpp/src/tests/cluster.mk +++ b/qpid/cpp/src/tests/cluster.mk @@ -15,6 +15,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) -lboost_unit_test_framework +cluster_test_LDADD=$(lib_client) $(lib_cluster) $(lib_broker) -lboost_unit_test_framework endif |
