diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-18 12:46:04 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-18 15:00:37 +1000 |
commit | 1bcd900912b13b6aed658c7cc34e3b7d55cf35c7 (patch) | |
tree | 4e59619c636e602fce436d953aaf667f57a5cd53 /lib/talloc/wscript | |
parent | 7818e2cc8c1f9701329e80da7771a9141a464db0 (diff) | |
download | samba-1bcd900912b13b6aed658c7cc34e3b7d55cf35c7.tar.gz samba-1bcd900912b13b6aed658c7cc34e3b7d55cf35c7.tar.bz2 samba-1bcd900912b13b6aed658c7cc34e3b7d55cf35c7.zip |
talloc-waf: added ABI checking for talloc
Diffstat (limited to 'lib/talloc/wscript')
-rw-r--r-- | lib/talloc/wscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/talloc/wscript b/lib/talloc/wscript index f6170effe4..e6da2da027 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -57,6 +57,9 @@ def build(bld): bld.SAMBA_LIBRARY('talloc', 'talloc.c', deps='replace', + abi_file='ABI/talloc-%s.sigs' % VERSION, + abi_match='talloc* _talloc*', + hide_symbols=True, vnum=VERSION) # should we also install the symlink to libtalloc1.so here? |