diff options
| author | Alan Conway <aconway@apache.org> | 2008-02-06 20:49:05 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-02-06 20:49:05 +0000 |
| commit | 3f3f3d29322a02f2fc5b1f452b2f75582ffb8c26 (patch) | |
| tree | 88775e9ae983b5d2e77cd64e3f842297c13885a9 /qpid/cpp/src | |
| parent | c15d7a342bb41b9c75f590e4a5050a5e0717a03c (diff) | |
| download | qpid-python-3f3f3d29322a02f2fc5b1f452b2f75582ffb8c26.tar.gz | |
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@619148 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/cluster.mk | 2 | ||||
| -rw-r--r-- | qpid/cpp/src/tests/cluster.mk | 2 |
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 # |
