From f705fc9002ffc32a6155b5411f896212a9408f33 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 24 Mar 2011 15:56:26 +1100 Subject: s3-string: moved fstring functions into their own file Pair-Programmed-With: Andrew Bartlett --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index fa8c18edaa..d314a2a2e2 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -959,7 +959,7 @@ bld.SAMBA3_SUBSYSTEM('tdb-wrap3', vars=locals()) bld.SAMBA3_SUBSYSTEM('CHARSET3', - source='''lib/util_str.c lib/util_unistr.c lib/charcnv.c''', + source='''lib/util_str.c lib/util_unistr.c lib/charcnv.c lib/fstring.c''', public_deps='ICONV_WRAPPER CODEPOINTS', deps='DYNCONFIG') -- cgit