diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-03-18 19:10:23 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-03-23 08:21:54 +0100 |
commit | 41051fd3d3ac7450771518aa12b660867ed7e819 (patch) | |
tree | 59c94244c7437d95e53a3227d18214f14a542d10 /lib/util/charset/wscript_build | |
parent | 89fd1cb767c966d5ba60323bdb04a6baf973e4a3 (diff) | |
download | samba-41051fd3d3ac7450771518aa12b660867ed7e819.tar.gz samba-41051fd3d3ac7450771518aa12b660867ed7e819.tar.bz2 samba-41051fd3d3ac7450771518aa12b660867ed7e819.zip |
lib/util: Merge basic string length and comparison functions
These functions now use the codepoints for more accurate string
handling and now form common code.
Andrew Bartlett
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Wed Mar 23 08:21:54 CET 2011 on sn-devel-104
Diffstat (limited to 'lib/util/charset/wscript_build')
-rw-r--r-- | lib/util/charset/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/charset/wscript_build b/lib/util/charset/wscript_build index ab7cfc412d..a245ef1b0c 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', + source='codepoints.c util_str.c', deps='DYNCONFIG ICONV_WRAPPER' ) |