3 bld
.SAMBA3_LIBRARY('gpext',
4 source
='''gpext/gpext.c gpo_util.c gpo_ldap.c gpo_ini.c
5 gpo_fetch.c gpo_filesync.c
6 gpo_sec.c gpo_reg.c''',
7 deps
='talloc ads TOKEN_UTIL auth',
10 for env
in bld
.gen_python_environments():
11 pyparam_util
= bld
.pyembed_libname('pyparam_util')
12 pyrpc_util
= bld
.pyembed_libname('pyrpc_util')
13 bld
.SAMBA3_PYTHON('python_samba_libgpo', 'pygpo.c',
14 deps
='%s gpext talloc ads TOKEN_UTIL auth %s' % (pyparam_util
, pyrpc_util
),
15 realname
='samba/gpo.so')