From e6530406fd6c34ac3b9b7b6e4bb6526dc78f5091 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 14 Nov 2008 19:24:21 +0000 Subject: 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 --- cpp/src/cluster.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'cpp') 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) -- cgit v1.2.1