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 | e6530406fd6c34ac3b9b7b6e4bb6526dc78f5091 (patch) | |
tree | ef4b50803f820e042f3e9dca99987a94e45b8b95 /cpp/src | |
parent | b1b7b58d8eab372d4e8e76a10bbf1f59966a80c9 (diff) | |
download | qpid-python-e6530406fd6c34ac3b9b7b6e4bb6526dc78f5091.tar.gz |
Remove all cluster targets if configured --without-cpg.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@714112 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/cluster.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cpp/src/cluster.mk b/cpp/src/cluster.mk index d2df1a4518..0b62140465 100644 --- a/cpp/src/cluster.mk +++ b/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) |