summaryrefslogtreecommitdiff
path: root/cpp/src/cluster.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/cluster.mk')
-rw-r--r--cpp/src/cluster.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpp/src/cluster.mk b/cpp/src/cluster.mk
new file mode 100644
index 0000000000..3658ee91b5
--- /dev/null
+++ b/cpp/src/cluster.mk
@@ -0,0 +1,11 @@
+#-*-Makefile-*-
+# Cluster library makefile fragment, to be included in Makefile.am
+#
+
+lib_LTLIBRARIES += libqpidcluster.la
+
+libqpidcluster_la_SOURCES = \
+ qpid/cluster/Cpg.cpp \
+ qpid/cluster/Cpg.h
+
+libqpidcluster_la_LIBADD= -lcpg