From 1bcd900912b13b6aed658c7cc34e3b7d55cf35c7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 18 Apr 2010 12:46:04 +1000 Subject: talloc-waf: added ABI checking for talloc --- lib/talloc/wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/talloc/wscript') 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? -- cgit