summaryrefslogtreecommitdiff
path: root/libgpo/wscript_build
blob: f456d417d8a6b09f53ed94790cd58f654faac252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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')