summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-12 14:49:41 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-04-28 03:24:05 +0200
commit4081ea5b49c6b882174d633a1eb03436341c4e63 (patch)
tree63274d4dd7d3b4cf198d4a79fada6f301c55e3ba /source3
parent75d5ba4109801957eef590b601cce61a6e67064f (diff)
downloadsamba-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-xsource3/wscript_build2
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')