provision: fix nTSecurityDescriptor of CN={LostAndFound,System},${DOMAINDN} (bug...
[Samba/gebeck_regimport.git] / lib / util / charset / wscript_build
bloba3728f6a4bde8b9d3d13ea1d2560af9ffafb5326
1 #!/usr/bin/env python
3 bld.SAMBA_SUBSYSTEM('ICONV_WRAPPER',
4 source='iconv.c',
5 public_deps='iconv replace talloc')
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')