s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[samba.git] / lib / util / charset / wscript_build
1 #!/usr/bin/env python
2
3 # AUTOGENERATED by mktowscript.pl from ../../lib/util/charset/config.mk
4 # Please remove this notice if hand editing
5
6
7 bld.SAMBA_SUBSYSTEM('CHARSET',
8         source='iconv.c charcnv.c util_unistr.c codepoints.c',
9         public_deps='iconv',
10         public_headers='charset.h',
11         deps='DYNCONFIG'
12         )
13