diff options
| author | Alan Conway <aconway@apache.org> | 2010-06-17 16:55:54 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-06-17 16:55:54 +0000 |
| commit | 263a799bbda52b09d1120d42abd8ce12d8fec66f (patch) | |
| tree | 9ad0913f5fd114a34fe7207bb7ec9fe0ed014b7b /qpid/cpp/src/xml.mk | |
| parent | 8c90c1b263f429d49069cdf96e61dc25c1d80c5a (diff) | |
| download | qpid-python-263a799bbda52b09d1120d42abd8ce12d8fec66f.tar.gz | |
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@955672 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/xml.mk')
| -rw-r--r-- | qpid/cpp/src/xml.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/cpp/src/xml.mk b/qpid/cpp/src/xml.mk index 957a18efde..237220291e 100644 --- a/qpid/cpp/src/xml.mk +++ b/qpid/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) + |
