From 0d3aecbd765846e7bdfd45850bbfe413c85eb6e0 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 12 Sep 2008 18:07:47 +0000 Subject: Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@694758 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/cluster.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'qpid/cpp/src/cluster.mk') diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk index f02e5e1644..443db3fb15 100644 --- a/qpid/cpp/src/cluster.mk +++ b/qpid/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 -- cgit v1.2.1