diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-08-19 00:47:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-08-19 00:47:06 +0100 |
| commit | 413cd338edb7182496bee52006c5dd86171bfba0 (patch) | |
| tree | fc7ccf945632ac7441e016d621102cb6ae110625 /src/wscript | |
| parent | fefe92fe62c967b263fb23f0e2af77bb1cdcd226 (diff) | |
Set soname to API version.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 1 |
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' |
