waf-abi: auto-generate per-symbol versions from ABI files
[metze/samba/wip.git] / lib / talloc / wscript
index e83caa5f4ed1551bd6bc384c72679c2fa0ecc74a..3d359c1281b64af4b9a64180646505d632cf0f08 100644 (file)
@@ -96,7 +96,7 @@ def build(bld):
         bld.SAMBA_LIBRARY('talloc',
                           'talloc.c',
                           deps='replace',
-                          abi_file='ABI/talloc-%s.sigs' % VERSION,
+                          abi_directory='ABI',
                           abi_match='talloc* _talloc*',
                           hide_symbols=True,
                           vnum=vnum,
@@ -108,7 +108,7 @@ def build(bld):
         bld.SAMBA_LIBRARY('pytalloc-util',
             source='pytalloc_util.c',
             public_deps='talloc',
-            abi_file='ABI/pytalloc-util-%s.sigs' % VERSION,
+            abi_directory='ABI',
             abi_match='py* Py*',
             pyext=True,
             vnum=vnum,