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 /source3 | |
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 'source3')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index a6ce559e58..668daf8012 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -963,7 +963,7 @@ bld.SAMBA3_SUBSYSTEM('tdb-wrap3', vars=locals()) bld.SAMBA3_SUBSYSTEM('CHARSET3', - source='''lib/util_str.c lib/charcnv.c ../lib/util/charset/convert_string.c lib/fstring.c''', + source='''lib/util_str.c lib/charcnv.c lib/fstring.c''', public_deps='ICONV_WRAPPER CODEPOINTS', deps='samba-util') |