blob: 56ed9a60b2237551498d550480575f538fe97fe6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/env python
bld.SAMBA_SUBSYSTEM('CHARSET',
source='iconv.c charcnv.c util_unistr.c codepoints.c',
public_deps='iconv',
public_headers='charset.h',
deps='DYNCONFIG'
)
|