summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/cluster.mk2
-rw-r--r--qpid/cpp/src/tests/cluster.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk
index 0c3e4af20f..9503845b92 100644
--- a/qpid/cpp/src/cluster.mk
+++ b/qpid/cpp/src/cluster.mk
@@ -3,7 +3,7 @@
#
lib_LTLIBRARIES += libqpidcluster.la
-if CLUSTER
+if CPG
libqpidcluster_la_SOURCES = \
qpid/cluster/Cluster.cpp \
diff --git a/qpid/cpp/src/tests/cluster.mk b/qpid/cpp/src/tests/cluster.mk
index 3db0604e2c..ba8d99935f 100644
--- a/qpid/cpp/src/tests/cluster.mk
+++ b/qpid/cpp/src/tests/cluster.mk
@@ -1,4 +1,4 @@
-if CLUSTER
+if CPG
#
# Cluster tests makefile fragment, to be included in Makefile.am
#