mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
983d205486
Found by callcatcher: http://www.skynet.ie/~caolan/Packages/callcatcher.html Andrew Bartlett
12 lines
468 B
Python
12 lines
468 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('ICONV_WRAPPER',
|
|
source='iconv.c',
|
|
public_deps='iconv replace talloc')
|
|
|
|
bld.SAMBA_SUBSYSTEM('charset',
|
|
public_headers='charset.h',
|
|
source='codepoints.c convert_string.c util_str.c util_unistr_w.c pull_push.c util_unistr.c weird.c charset_macosxfs.c',
|
|
deps='DYNCONFIG ICONV_WRAPPER',
|
|
public_deps='talloc')
|