Author: aconway
Date: Fri Nov 14 11:24:21 2008
New Revision: 714112
URL: http://svn.apache.org/viewvc?rev=714112&view=rev
Log:
Remove all cluster targets if configured --without-cpg.
Modified:
incubator/qpid/trunk/qpid/cpp/src/cluster.mk
Modified: incubator/qpid/trunk/qpid/cpp/src/cluster.mk
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/cluster.mk?rev=714112&r1=714111&r2=714112&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/cluster.mk (original)
+++ incubator/qpid/trunk/qpid/cpp/src/cluster.mk Fri Nov 14 11:24:21 2008
@@ -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_LIBADD= -lcpg libqpidbroker.la libqpidclient.la
+cluster_la_LDFLAGS = $(PLUGINLDFLAGS)
+
endif
-cluster_la_LDFLAGS = $(PLUGINLDFLAGS)