mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
talloc: build pytalloc-util with the same logic as libtalloc
metze
This commit is contained in:
parent
8c6b756aa7
commit
658f4597ee
@ -108,8 +108,11 @@ def build(bld):
|
||||
bld.SAMBA_LIBRARY('pytalloc-util',
|
||||
source='pytalloc_util.c',
|
||||
public_deps='talloc',
|
||||
abi_file='ABI/pytalloc-util-%s.sigs' % VERSION,
|
||||
abi_match='py* Py*',
|
||||
pyext=True,
|
||||
vnum=VERSION,
|
||||
vnum=vnum,
|
||||
private_library=private_library,
|
||||
)
|
||||
bld.INSTALL_FILES('${INCLUDEDIR}', 'pytalloc.h')
|
||||
bld.SAMBA_PYTHON('pytalloc',
|
||||
|
Loading…
x
Reference in New Issue
Block a user