diff options
author | Alan Conway <aconway@apache.org> | 2008-11-14 19:24:21 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-11-14 19:24:21 +0000 |
commit | 0cd8aa7d19e875108f316c62e02f8c679d9c61eb (patch) | |
tree | 8db41a27ea2bb241013bc1411e2f3fb0e644f95d /qpid/cpp | |
parent | 6e0d26f9ae060d922d8e1b4c104b00277f88674f (diff) | |
download | qpid-python-0cd8aa7d19e875108f316c62e02f8c679d9c61eb.tar.gz |
Remove all cluster targets if configured --without-cpg.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@714112 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r-- | qpid/cpp/src/cluster.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk index d2df1a4518..0b62140465 100644 --- a/qpid/cpp/src/cluster.mk +++ b/qpid/cpp/src/cluster.mk @@ -1,10 +1,10 @@ # # Cluster library makefile fragment, to be included in Makefile.am # -dmodule_LTLIBRARIES += cluster.la - if CPG +dmodule_LTLIBRARIES += cluster.la + cluster_la_SOURCES = \ qpid/cluster/types.h \ qpid/cluster/Cluster.cpp \ @@ -34,6 +34,7 @@ cluster_la_SOURCES = \ cluster_la_LIBADD= -lcpg libqpidbroker.la libqpidclient.la +cluster_la_LDFLAGS = $(PLUGINLDFLAGS) + endif -cluster_la_LDFLAGS = $(PLUGINLDFLAGS) |