Set soname to API version.
[libcxml.git] / src / wscript
index 51e83be77378dc8fb243d6d63a2a750a68a35975..1d5c3f30e5fa65e09a8cae6e10d96f87d87abdf5 100644 (file)
@@ -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'