diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-12 14:01:41 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-04-13 14:47:08 +1000 |
commit | 4158e9a7e59c489c90097ac10d44640ccdd4470d (patch) | |
tree | 5038be4eab3286800320ec24bb3b355d69ab1432 /source3/wscript_build | |
parent | bf431fbedb8119b392b071f903b63e0f9671ee49 (diff) | |
download | samba-4158e9a7e59c489c90097ac10d44640ccdd4470d.tar.gz samba-4158e9a7e59c489c90097ac10d44640ccdd4470d.tar.bz2 samba-4158e9a7e59c489c90097ac10d44640ccdd4470d.zip |
s3-charcnv: Move convert_string() et al to lib/util/charset
This is the first step to this being the common convert_string
implementation.
Andrew Bartlett
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3/wscript_build')
-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 71d91388dd..6eb0c4c464 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/fstring.c''', + source='''lib/util_str.c lib/charcnv.c ../lib/util/charset/convert_string.c lib/fstring.c''', public_deps='ICONV_WRAPPER CODEPOINTS', deps='DYNCONFIG') |