summaryrefslogtreecommitdiff
path: root/cpp/src/cluster.mk
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-09-12 18:07:47 +0000
committerAlan Conway <aconway@apache.org>2008-09-12 18:07:47 +0000
commitebb59131b198b693c5774dd51656fec520ddd770 (patch)
tree688cbbfe3aae8874156cd2ac2bf9430ef3af19df /cpp/src/cluster.mk
parentad8e400b786c5868d4e0d2aa880625240e44e311 (diff)
downloadqpid-python-ebb59131b198b693c5774dd51656fec520ddd770.tar.gz
Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@694758 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/cluster.mk')
-rw-r--r--cpp/src/cluster.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/cluster.mk b/cpp/src/cluster.mk
index f02e5e1644..443db3fb15 100644
--- a/cpp/src/cluster.mk
+++ b/cpp/src/cluster.mk
@@ -26,7 +26,9 @@ cluster_la_SOURCES = \
qpid/cluster/Event.h \
qpid/cluster/Event.cpp \
qpid/cluster/DumpClient.h \
- qpid/cluster/DumpClient.cpp
+ qpid/cluster/DumpClient.cpp \
+ qpid/cluster/ClusterMap.h \
+ qpid/cluster/ClusterMap.cpp
cluster_la_LIBADD= -lcpg libqpidbroker.la libqpidclient.la