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:
parent
377b3995b1
commit
e1485c70fc
@ -106,8 +106,6 @@ def build(bld):
|
|||||||
bld.SAMBA_LIBRARY('pytalloc-util',
|
bld.SAMBA_LIBRARY('pytalloc-util',
|
||||||
source='pytalloc_util.c',
|
source='pytalloc_util.c',
|
||||||
public_deps='talloc',
|
public_deps='talloc',
|
||||||
abi_directory='ABI',
|
|
||||||
abi_match='py* Py*',
|
|
||||||
pyext=True,
|
pyext=True,
|
||||||
vnum=VERSION,
|
vnum=VERSION,
|
||||||
private_library=private_library,
|
private_library=private_library,
|
||||||
|
Loading…
Reference in New Issue
Block a user