summaryrefslogtreecommitdiff
path: root/lib/talloc/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'lib/talloc/wscript')
-rw-r--r--lib/talloc/wscript3
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?