s3:smb2_server: rewrite dup_smb2_vec3() using SMBD_SMB2_*_IOV_OFS and helper variables
[Samba.git] / source4 / scripting / bin / wscript_build
blobe95fd03fc040c4359824fe770422b19b8e95a4b2
1 #!/usr/bin/env python
3 if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
4 for script in ['samba-tool', 'samba_dnsupdate', 'samba_spnupdate', 'samba_kcc', 'upgradeprovision', 'samba_upgradedns']:
5 bld.SAMBA_SCRIPT(script, pattern=script, installdir='.')