summaryrefslogtreecommitdiff
path: root/lib/util/charset/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-12 16:31:08 +1000
committerAndrew Tridgell <tridge@samba.org>2011-04-13 14:47:07 +1000
commit9941dfe9f6532ecbc317685046d74e6f90c41695 (patch)
treeab591eead8e1d38e0167f005730a4ac76dd4fa74 /lib/util/charset/wscript_build
parentce2f217bd2402ada76c13bf3c170c8f55752fb11 (diff)
downloadsamba-9941dfe9f6532ecbc317685046d74e6f90c41695.tar.gz
samba-9941dfe9f6532ecbc317685046d74e6f90c41695.tar.bz2
samba-9941dfe9f6532ecbc317685046d74e6f90c41695.zip
lib/util/charset Move source3/lib/util_unistr.c to the common code.
This file (largely) contains functions to deal with UTF16 strings. 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_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/charset/wscript_build b/lib/util/charset/wscript_build
index a245ef1b0c..29e168dce1 100644
--- a/lib/util/charset/wscript_build
+++ b/lib/util/charset/wscript_build
@@ -13,6 +13,6 @@ bld.SAMBA_SUBSYSTEM('ICONV_WRAPPER',
public_deps='iconv replace talloc')
bld.SAMBA_SUBSYSTEM('CODEPOINTS',
- source='codepoints.c util_str.c',
+ source='codepoints.c util_str.c util_unistr_w.c',
deps='DYNCONFIG ICONV_WRAPPER'
)