1
0
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:
Stefan Metzmacher 2010-12-08 12:42:02 +01:00
parent 8c6b756aa7
commit 658f4597ee

View File

@ -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',