WHATSNEW: Update changes.
[Samba/gebeck_regimport.git] / lib / util / charset / wscript_build
blob56ed9a60b2237551498d550480575f538fe97fe6
1 #!/usr/bin/env python
4 bld.SAMBA_SUBSYSTEM('CHARSET',
5 source='iconv.c charcnv.c util_unistr.c codepoints.c',
6 public_deps='iconv',
7 public_headers='charset.h',
8 deps='DYNCONFIG'