winbind: Keep "force_reauth" in invalidate_cm_connection
[Samba.git] / libgpo / wscript_build
blob2ef66f7fa9d02dc8c0c3fbe2158476131d288647
1 #!/usr/bin/env python
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',
8 private_library=True)
10 bld.SAMBA3_PYTHON('python_samba_libgpo', 'pygpo.c',
11 deps='''pyparam_util gpext talloc ads TOKEN_UTIL
12 auth pyrpc_util''',
13 realname='samba/gpo.so')