1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/libgpo/wscript_build
David Mulder a032ea5bf8 libgpo: port samba.gpo to python3
Signed-off-by: David Mulder <dmulder@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
2018-03-23 07:28:25 +01:00

15 lines
582 B
Python

#!/usr/bin/env python
bld.SAMBA3_LIBRARY('gpext',
source='''gpext/gpext.c gpo_util.c gpo_ldap.c gpo_ini.c
gpo_fetch.c gpo_filesync.c
gpo_sec.c gpo_reg.c''',
deps='talloc ads TOKEN_UTIL auth',
private_library=True)
for env in bld.gen_python_environments():
bld.SAMBA3_PYTHON('python_samba_libgpo', 'pygpo.c',
deps='''pyparam_util gpext talloc ads TOKEN_UTIL
auth pyrpc_util''',
realname='samba/gpo.so')