summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2011-09-06 21:46:00 +0000
committerAlan Conway <aconway@apache.org>2011-09-06 21:46:00 +0000
commitc3ac08ec76c3882e42993ab5cf76e2360aba54d3 (patch)
treea279f2470747db9de6d3d371403bfb6dca885015
parentc6666f22ab69168d4de143ea8e901b3a0d17dff7 (diff)
downloadqpid-python-c3ac08ec76c3882e42993ab5cf76e2360aba54d3.tar.gz
QPID-2920: Fix cluster.mk for changes merged from trunk.
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-2920-1@1165876 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/cluster.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk
index cbb48798c1..69b0228126 100644
--- a/qpid/cpp/src/cluster.mk
+++ b/qpid/cpp/src/cluster.mk
@@ -102,7 +102,7 @@ cluster_la_CXXFLAGS = $(AM_CXXFLAGS) -fno-strict-aliasing
cluster_la_LDFLAGS = $(PLUGINLDFLAGS)
# Experimental new cluster plugin
-dmodule_LTLIBRARIES += cluster2.la
+dmoduleexec_LTLIBRARIES += cluster2.la
cluster2_la_LIBADD = -lcpg libqpidbroker.la
cluster2_la_LDFLAGS = $(PLUGINLDFLAGS)
cluster2_la_SOURCES = \