diff options
| author | Alan Conway <aconway@apache.org> | 2007-06-07 14:29:24 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-06-07 14:29:24 +0000 |
| commit | 2bc2c756906232e5182cdf0de96840661688297b (patch) | |
| tree | d8c2d4d2464714c442fd70d9780a8eb967a39403 /qpid/cpp/src/cluster.mk | |
| parent | 3a00442a29d77282fe3fb4a810627deae319c796 (diff) | |
| download | qpid-python-2bc2c756906232e5182cdf0de96840661688297b.tar.gz | |
Build support for clustering, initial CPG wrapper & tests.
- src/qpid/cluster/Cpg.cpp: C++ wrapper for the openais CPG library.
- src/tests/unit/Cpg.cpp: verify CPG functions in make check.
- makefiles etc.: build cluster stuff only if openais is installed.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@545190 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/cluster.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk new file mode 100644 index 0000000000..3658ee91b5 --- /dev/null +++ b/qpid/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 |
