From 0a62fc5f6aafd3e3f67d861634014d7e894c7bfd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 20 Jan 2011 07:31:58 +0000 Subject: Rework character reading functions to support reading multi-byte characters (take a string dest parameter instead of returning uchar). Escape ntriples output. Pass all good read tests with output verification. git-svn-id: http://svn.drobilla.net/serd/trunk@8 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- wscript | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 3367977e..b701c98c 100644 --- a/wscript +++ b/wscript @@ -54,7 +54,13 @@ def build(bld): # Pkgconfig file autowaf.build_pc(bld, 'SERD', SERD_VERSION, ['REDLAND']) - lib_source = 'src/reader.c src/namespaces.c src/uri.c' + lib_source = ''' + src/namespaces.c + src/reader.c + src/string.c + src/uri.c + src/write.c + ''' # Library obj = bld(features = 'c cshlib') -- cgit v1.2.1