diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-12 14:49:41 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-04-28 03:24:05 +0200 |
commit | 4081ea5b49c6b882174d633a1eb03436341c4e63 (patch) | |
tree | 63274d4dd7d3b4cf198d4a79fada6f301c55e3ba /lib/util/charset/wscript_build | |
parent | 75d5ba4109801957eef590b601cce61a6e67064f (diff) | |
download | samba-4081ea5b49c6b882174d633a1eb03436341c4e63.tar.gz samba-4081ea5b49c6b882174d633a1eb03436341c4e63.tar.bz2 samba-4081ea5b49c6b882174d633a1eb03436341c4e63.zip |
lib/util/charset use convert_string.c in common
This brings another layer of the charcnv library in common.
Andrew Bartlett
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'lib/util/charset/wscript_build')
-rw-r--r-- | lib/util/charset/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/charset/wscript_build b/lib/util/charset/wscript_build index 29e168dce1..80a649976b 100644 --- a/lib/util/charset/wscript_build +++ b/lib/util/charset/wscript_build @@ -3,7 +3,7 @@ if bld.env._SAMBA_BUILD_ == 4: bld.SAMBA_SUBSYSTEM('CHARSET', - source='charcnv.c util_unistr.c', + source='util_unistr.c', public_deps='CODEPOINTS', public_headers='charset.h', ) @@ -13,6 +13,6 @@ bld.SAMBA_SUBSYSTEM('ICONV_WRAPPER', public_deps='iconv replace talloc') bld.SAMBA_SUBSYSTEM('CODEPOINTS', - source='codepoints.c util_str.c util_unistr_w.c', + source='codepoints.c convert_string.c util_str.c util_unistr_w.c charcnv.c', deps='DYNCONFIG ICONV_WRAPPER' ) |