summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/cluster.mk
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/cluster.mk')
-rw-r--r--qpid/cpp/src/cluster.mk11
1 files changed, 8 insertions, 3 deletions
diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk
index d5b0bed97f..f97e95c208 100644
--- a/qpid/cpp/src/cluster.mk
+++ b/qpid/cpp/src/cluster.mk
@@ -1,4 +1,4 @@
-#-*-Makefile-*-
+#
# Cluster library makefile fragment, to be included in Makefile.am
#
lib_LTLIBRARIES += libqpidcluster.la
@@ -6,11 +6,16 @@ lib_LTLIBRARIES += libqpidcluster.la
if CLUSTER
libqpidcluster_la_SOURCES = \
+ qpid/cluster/Cluster.cpp \
+ qpid/cluster/Cluster.h \
qpid/cluster/Cpg.cpp \
- qpid/cluster/Cpg.h
-libqpidcluster_la_LIBADD= -lcpg
+ qpid/cluster/Cpg.h \
+ qpid/cluster/Dispatchable.h
+
+libqpidcluster_la_LIBADD= -lcpg libqpidcommon.la
else
# Empty stub library to satisfy rpm spec file.
libqpidcluster_la_SOURCES =
+
endif