From 383da382942f6d1303c7bf913ff5a75a9ccd7004 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 18 Jun 2010 13:40:04 +0000 Subject: Fix version info - no version info for modules - no $(PLUGINLDFLAGS) on libqmfconsole, typo in previous merge. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@956001 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/replication.mk | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'cpp/src/replication.mk') diff --git a/cpp/src/replication.mk b/cpp/src/replication.mk index e27920d2ee..dbe071f405 100644 --- a/cpp/src/replication.mk +++ b/cpp/src/replication.mk @@ -32,11 +32,7 @@ replicating_listener_la_LIBADD = libqpidbroker.la if SUNOS replicating_listener_la_LIBADD += libqpidcommon.la -lboost_program_options -luuid $(SUNCC_RUNTIME_LIBS) endif - -# Library Version Information: -REPLICATING_LISTENER_VERSION_INFO = 2:0:0 -replicating_listener_la_LDFLAGS = $(PLUGINLDFLAGS) \ - -version-info $(REPLICATING_LISTENER_VERSION_INFO) +replicating_listener_la_LDFLAGS = $(PLUGINLDFLAGS) # a custom exchange plugin that allows an exchange to be created that # can process the messages from a replication queue (populated on the @@ -52,8 +48,5 @@ replication_exchange_la_LIBADD = libqpidbroker.la if SUNOS replication_exchange_la_LIBADD += libqpidcommon.la -lboost_program_options $(SUNCC_RUNTIME_LIBS) -luuid endif -# Library Version Information: -REPLICATION_EXCHANGE_VERSION_INFO = 2:0:0 -replication_exchange_la_LDFLAGS = $(PLUGINLDFLAGS) \ - -version-info $(REPLICATION_EXCHANGE_VERSION_INFO) +replication_exchange_la_LDFLAGS = $(PLUGINLDFLAGS) -- cgit v1.2.1