1 2 3 4 5 6 7 8 9 10 11 12 13 14
#!/usr/bin/env python if bld.env._SAMBA_BUILD_ == 4: bld.SAMBA_SUBSYSTEM('CHARSET', source='iconv.c charcnv.c util_unistr.c', public_deps='iconv CODEPOINTS', public_headers='charset.h', ) bld.SAMBA_SUBSYSTEM('CODEPOINTS', source='codepoints.c', deps='DYNCONFIG' )