summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-03-24 15:56:26 +1100
committerAndrew Tridgell <tridge@samba.org>2011-03-25 04:37:06 +0100
commitf705fc9002ffc32a6155b5411f896212a9408f33 (patch)
tree4067d5c7b1ee15eab3931fbe5895eabd179ed889 /source3/wscript_build
parent8812148e2436b5ad9120181797e432285ccbb983 (diff)
downloadsamba-f705fc9002ffc32a6155b5411f896212a9408f33.tar.gz
samba-f705fc9002ffc32a6155b5411f896212a9408f33.tar.bz2
samba-f705fc9002ffc32a6155b5411f896212a9408f33.zip
s3-string: moved fstring functions into their own file
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build2
1 files changed, 1 insertions, 1 deletions
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')