1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/setup/wscript_build

13 lines
429 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
2010-03-27 03:04:19 +03:00
bld.INSTALL_WILDCARD('${SETUPDIR}', 'ad-schema/*.txt')
bld.INSTALL_WILDCARD('${SETUPDIR}', 'display-specifiers/*.txt')
bld.INSTALL_FILES('${SETUPDIR}', 'dns_update_list')
bld.INSTALL_FILES('${SETUPDIR}', 'spn_update_list')
2010-03-27 03:04:19 +03:00
for p in '''schema-map-* DB_CONFIG *.inf *.ldif *.reg *.zone *.conf *.php *.txt
named.conf.update named.conf.dlz'''.split():
2010-03-27 03:04:19 +03:00
bld.INSTALL_WILDCARD('${SETUPDIR}', p)