1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

talloc: pytalloc-util should not have an ABI-file yet

Somehow I forgot to remove this after discussion with Jelmer.

metze
This commit is contained in:
Stefan Metzmacher 2010-12-09 09:36:55 +01:00
parent 377b3995b1
commit e1485c70fc

View 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,