source: vendor/current/source4/scripting/bin/wscript_build@ 988

Last change on this file since 988 was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 264 bytes
Line 
1#!/usr/bin/env python
2
3if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
4 for script in ['samba-tool', 'samba_dnsupdate', 'samba_spnupdate', 'samba_kcc', 'samba_upgradeprovision', 'samba_upgradedns']:
5 bld.SAMBA_SCRIPT(script, pattern=script, installdir='.')
Note: See TracBrowser for help on using the repository browser.