summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/cluster.mk
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-01-29 20:29:46 +0000
committerAlan Conway <aconway@apache.org>2008-01-29 20:29:46 +0000
commit16a656c2fa3101415c8ce5dadfd629df2592f96c (patch)
tree3a854f8e327a4b91e9d386080adf1143afa76255 /qpid/cpp/src/cluster.mk
parent7675b973176b932a6ffc3f6de7e448089aa6f218 (diff)
downloadqpid-python-16a656c2fa3101415c8ce5dadfd629df2592f96c.tar.gz
Re-enabled build of cluster code when openais is installed.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@616507 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/cluster.mk')
-rw-r--r--qpid/cpp/src/cluster.mk28
1 files changed, 13 insertions, 15 deletions
diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk
index 49fe5c2a81..0c3e4af20f 100644
--- a/qpid/cpp/src/cluster.mk
+++ b/qpid/cpp/src/cluster.mk
@@ -3,24 +3,22 @@
#
lib_LTLIBRARIES += libqpidcluster.la
-# if CLUSTER
+if CLUSTER
-# libqpidcluster_la_SOURCES = \
-# qpid/cluster/Cluster.cpp \
-# qpid/cluster/Cluster.h \
-# qpid/cluster/Cpg.cpp \
-# qpid/cluster/Cpg.h \
-# qpid/cluster/Dispatchable.h \
-# qpid/cluster/ClusterPlugin.cpp \
-# qpid/cluster/ClassifierHandler.h \
-# qpid/cluster/ClassifierHandler.cpp \
-# qpid/cluster/SessionManager.h \
-# qpid/cluster/SessionManager.cpp
+libqpidcluster_la_SOURCES = \
+ qpid/cluster/Cluster.cpp \
+ qpid/cluster/Cluster.h \
+ qpid/cluster/Cpg.cpp \
+ qpid/cluster/Cpg.h \
+ qpid/cluster/Dispatchable.h \
+ qpid/cluster/ClusterPlugin.cpp \
+ qpid/cluster/ClassifierHandler.h \
+ qpid/cluster/ClassifierHandler.cpp
-# libqpidcluster_la_LIBADD= -lcpg libqpidbroker.la
+libqpidcluster_la_LIBADD= -lcpg libqpidbroker.la
-# else
+else
# Empty stub library to satisfy rpm spec file.
libqpidcluster_la_SOURCES =
-#endif
+endif