1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/libgpo/wscript_build
Andrew Bartlett 0da76af16c python: Use py_check_dcerpc_type() to safely check for credentials
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
2017-11-20 21:41:15 +01:00

14 lines
524 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)
bld.SAMBA3_PYTHON('python_samba_libgpo', 'pygpo.c',
deps='''pyparam_util gpext talloc ads TOKEN_UTIL
auth pyrpc_util''',
realname='samba/gpo.so')