You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2011/09/06 23:46:00 UTC

svn commit: r1165876 - /qpid/branches/qpid-2920-1/qpid/cpp/src/cluster.mk

Author: aconway
Date: Tue Sep  6 21:46:00 2011
New Revision: 1165876

URL: http://svn.apache.org/viewvc?rev=1165876&view=rev
Log:
QPID-2920: Fix cluster.mk for changes merged from trunk.

Modified:
    qpid/branches/qpid-2920-1/qpid/cpp/src/cluster.mk

Modified: qpid/branches/qpid-2920-1/qpid/cpp/src/cluster.mk
URL: http://svn.apache.org/viewvc/qpid/branches/qpid-2920-1/qpid/cpp/src/cluster.mk?rev=1165876&r1=1165875&r2=1165876&view=diff
==============================================================================
--- qpid/branches/qpid-2920-1/qpid/cpp/src/cluster.mk (original)
+++ qpid/branches/qpid-2920-1/qpid/cpp/src/cluster.mk Tue Sep  6 21:46:00 2011
@@ -102,7 +102,7 @@ cluster_la_CXXFLAGS = $(AM_CXXFLAGS) -fn
 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 =				\



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org