selftest: enable py3 for samba.tests.blackbox.check_output
[samba.git] / lib / util / charset / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_SUBSYSTEM('ICONV_WRAPPER',
4                     source='iconv.c',
5                     public_deps='iconv replace talloc')
6
7 bld.SAMBA_SUBSYSTEM('charset',
8                     public_headers='charset.h',
9                     source='codepoints.c convert_string.c util_str.c util_unistr_w.c pull_push.c util_unistr.c weird.c charset_macosxfs.c',
10                     deps='DYNCONFIG ICONV_WRAPPER',
11                     public_deps='talloc')