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 | dce1ceb9d553ac8c264a36d58e7007e41bcbcfd9 (patch) | |
| tree | f8893393a0b686b375836a50a3589122417a0032 /cpp/src/xml.mk | |
| parent | c289c16084d7f81d0ab848a9d0e0a024e231b81b (diff) | |
| download | qpid-python-dce1ceb9d553ac8c264a36d58e7007e41bcbcfd9.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/qpid@955672 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/xml.mk')
| -rw-r--r-- | cpp/src/xml.mk | 4 |
1 files changed, 3 insertions, 1 deletions
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) + |
