From 790a3ac50987c7e87ec501e1fa2438faa162ab69 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 6 Feb 2008 20:49:05 +0000 Subject: Replaced --enable-cluster option with --with-cpg to enable/disable CPG. make rpmbuild uses --with-cpg, will fail unless openais is installed. Normal builds respect explicit --with/--without, or use CPG if installed when neither is specified. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@619148 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/cluster.mk | 2 +- cpp/src/tests/cluster.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/cluster.mk b/cpp/src/cluster.mk index 0c3e4af20f..9503845b92 100644 --- a/cpp/src/cluster.mk +++ b/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/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk index 3db0604e2c..ba8d99935f 100644 --- a/cpp/src/tests/cluster.mk +++ b/cpp/src/tests/cluster.mk @@ -1,4 +1,4 @@ -if CLUSTER +if CPG # # Cluster tests makefile fragment, to be included in Makefile.am # -- cgit v1.2.1