talloc: pytalloc-util should not have an ABI-file yet
authorStefan Metzmacher <metze@samba.org>
Thu, 9 Dec 2010 08:36:55 +0000 (09:36 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 9 Dec 2010 15:45:50 +0000 (16:45 +0100)
Somehow I forgot to remove this after discussion with Jelmer.

metze

lib/talloc/wscript

index a23532a189cee1afa85999034a91a96443c64e6d..6316abafd86c85a942ada8d4e944ad6f98ef409c 100644 (file)
@@ -106,8 +106,6 @@ def build(bld):
         bld.SAMBA_LIBRARY('pytalloc-util',
             source='pytalloc_util.c',
             public_deps='talloc',
-            abi_directory='ABI',
-            abi_match='py* Py*',
             pyext=True,
             vnum=VERSION,
             private_library=private_library,