source: vendor/current/source4/setup/wscript_build

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

Samba Server: update vendor to version 4.4.3

File size: 429 bytes
Line 
1#!/usr/bin/env python
2
3bld.INSTALL_WILDCARD('${SETUPDIR}', 'ad-schema/*.txt')
4bld.INSTALL_WILDCARD('${SETUPDIR}', 'display-specifiers/*.txt')
5
6bld.INSTALL_FILES('${SETUPDIR}', 'dns_update_list')
7bld.INSTALL_FILES('${SETUPDIR}', 'spn_update_list')
8
9for p in '''schema-map-* DB_CONFIG *.inf *.ldif *.reg *.zone *.conf *.php *.txt
10 named.conf.update named.conf.dlz'''.split():
11 bld.INSTALL_WILDCARD('${SETUPDIR}', p)
12
Note: See TracBrowser for help on using the repository browser.