aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-02-04 12:09:42 +0100
committerDavid Robillard <d@drobilla.net>2018-02-04 12:10:25 +0100
commit930b2bd2fb6e8739e71ad2c503087ae675ffe194 (patch)
tree9cd87819d32e00b13e25a09db62dd9c915f070ca /wscript
parenta8e18669390fb852a55c443f71968af92f7efd6d (diff)
downloadserd-930b2bd2fb6e8739e71ad2c503087ae675ffe194.tar.gz
serd-930b2bd2fb6e8739e71ad2c503087ae675ffe194.tar.bz2
serd-930b2bd2fb6e8739e71ad2c503087ae675ffe194.zip
Factor out syntax-specific reader implementation
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index ff8f1a46..ee2875a5 100644
--- a/wscript
+++ b/wscript
@@ -77,6 +77,7 @@ def configure(conf):
lib_source = ['src/byte_source.c',
'src/env.c',
+ 'src/n3.c',
'src/node.c',
'src/reader.c',
'src/string.c',