From dce1ceb9d553ac8c264a36d58e7007e41bcbcfd9 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 17 Jun 2010 16:55:54 +0000 Subject: Allow libraries to be independently versioned in the autotools build. Each library libfoo or plugin foo has a variable FOO_VERSION_INFO with a value passed as -version-info to libtool. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@955672 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/xml.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpp/src/xml.mk') diff --git a/cpp/src/xml.mk b/cpp/src/xml.mk index 957a18efde..237220291e 100644 --- a/cpp/src/xml.mk +++ b/cpp/src/xml.mk @@ -25,4 +25,6 @@ xml_la_SOURCES = \ xml_la_LIBADD = -lxerces-c -lxqilla libqpidbroker.la -xml_la_LDFLAGS = $(PLUGINLDFLAGS) +XML_VERSION_INFO = 2:0:0 +xml_la_LDFLAGS = $(PLUGINLDFLAGS) -version-info $(XML_VERSION_INFO) + -- cgit v1.2.1