summaryrefslogtreecommitdiff
path: root/src/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-08-19 00:47:06 +0100
committerCarl Hetherington <cth@carlh.net>2014-08-19 00:47:06 +0100
commit413cd338edb7182496bee52006c5dd86171bfba0 (patch)
treefc7ccf945632ac7441e016d621102cb6ae110625 /src/wscript
parentfefe92fe62c967b263fb23f0e2af77bb1cdcd226 (diff)
Set soname to API version.
Diffstat (limited to 'src/wscript')
-rw-r--r--src/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript
index 51e83be..1d5c3f3 100644
--- a/src/wscript
+++ b/src/wscript
@@ -4,6 +4,7 @@ def build(bld):
else:
obj = bld(features='cxx cxxshlib')
obj.name = 'libcxml'
+ obj.vnum = bld.env.API_VERSION
obj.target = 'cxml'
obj.export_includes = ['.']
obj.uselib = 'LIBXML++ BOOST_FILESYSTEM'