gpo: Add the winbind call to gpupdate
[metze/samba/wip.git] / source4 / scripting / bin / wscript_build
1 #!/usr/bin/env python
2
3 if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
4     for script in ['samba-tool',
5                    'samba_dnsupdate',
6                    'samba_spnupdate',
7                    'samba_kcc',
8                    'samba_upgradeprovision',
9                    'samba_upgradedns',
10                    'gen_output.py']:
11         bld.SAMBA_SCRIPT(script, pattern=script, installdir='.')
12 bld.SAMBA_SCRIPT('samba_gpoupdate', pattern='samba_gpoupdate', installdir='.')