mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
2c4255084a
metze
6 lines
264 B
Python
6 lines
264 B
Python
#!/usr/bin/env python
|
|
|
|
if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
|
|
for script in ['samba-tool', 'samba_dnsupdate', 'samba_spnupdate', 'samba_kcc', 'samba_upgradeprovision', 'samba_upgradedns']:
|
|
bld.SAMBA_SCRIPT(script, pattern=script, installdir='.')
|