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 | 790a3ac50987c7e87ec501e1fa2438faa162ab69 (patch) | |
| tree | a1f697d838a927df34c51213c2c38d39d4eefb96 /cpp/src/cluster.mk | |
| parent | a53459d9f89b67d10e2276f58c515c63ea333244 (diff) | |
| download | qpid-python-790a3ac50987c7e87ec501e1fa2438faa162ab69.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/qpid@619148 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/cluster.mk')
| -rw-r--r-- | cpp/src/cluster.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |
