diff options
| author | Alan Conway <aconway@apache.org> | 2008-01-29 20:29:46 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-01-29 20:29:46 +0000 |
| commit | 5cc7ee2784983f4875d1b8eca2db75b431e91a6f (patch) | |
| tree | 20f3e1133928e8df352e24b23231002bd4887576 /cpp/src/cluster.mk | |
| parent | bbd5c6c55f47ec973cbf035271ee8a276cb11217 (diff) | |
| download | qpid-python-5cc7ee2784983f4875d1b8eca2db75b431e91a6f.tar.gz | |
Re-enabled build of cluster code when openais is installed.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@616507 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/cluster.mk')
| -rw-r--r-- | cpp/src/cluster.mk | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/cpp/src/cluster.mk b/cpp/src/cluster.mk index 49fe5c2a81..0c3e4af20f 100644 --- a/cpp/src/cluster.mk +++ b/cpp/src/cluster.mk @@ -3,24 +3,22 @@ # lib_LTLIBRARIES += libqpidcluster.la -# if CLUSTER +if CLUSTER -# libqpidcluster_la_SOURCES = \ -# qpid/cluster/Cluster.cpp \ -# qpid/cluster/Cluster.h \ -# qpid/cluster/Cpg.cpp \ -# qpid/cluster/Cpg.h \ -# qpid/cluster/Dispatchable.h \ -# qpid/cluster/ClusterPlugin.cpp \ -# qpid/cluster/ClassifierHandler.h \ -# qpid/cluster/ClassifierHandler.cpp \ -# qpid/cluster/SessionManager.h \ -# qpid/cluster/SessionManager.cpp +libqpidcluster_la_SOURCES = \ + qpid/cluster/Cluster.cpp \ + qpid/cluster/Cluster.h \ + qpid/cluster/Cpg.cpp \ + qpid/cluster/Cpg.h \ + qpid/cluster/Dispatchable.h \ + qpid/cluster/ClusterPlugin.cpp \ + qpid/cluster/ClassifierHandler.h \ + qpid/cluster/ClassifierHandler.cpp -# libqpidcluster_la_LIBADD= -lcpg libqpidbroker.la +libqpidcluster_la_LIBADD= -lcpg libqpidbroker.la -# else +else # Empty stub library to satisfy rpm spec file. libqpidcluster_la_SOURCES = -#endif +endif |
