diff options
Diffstat (limited to 'qpid/cpp/src/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/cluster.mk | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk index 39df373d2e..49fe5c2a81 100644 --- a/qpid/cpp/src/cluster.mk +++ b/qpid/cpp/src/cluster.mk @@ -3,24 +3,24 @@ # 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 \ +# qpid/cluster/SessionManager.h \ +# qpid/cluster/SessionManager.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 |
