aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-05-11 11:09:23 +0200
committerDavid Robillard <d@drobilla.net>2018-12-30 17:58:17 -0500
commit520f208db173a103b37dbe0d67c2e29a684edb82 (patch)
tree2f59a78f4b011e959162f071a6781d8bf6d6e76e /wscript
parent512ba5176d862bcd0f0f799385ea15637b3aa5a2 (diff)
downloadserd-520f208db173a103b37dbe0d67c2e29a684edb82.tar.gz
serd-520f208db173a103b37dbe0d67c2e29a684edb82.tar.bz2
serd-520f208db173a103b37dbe0d67c2e29a684edb82.zip
Move system utilities to separate source files
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 17b43793..934c29cc 100644
--- a/wscript
+++ b/wscript
@@ -80,6 +80,7 @@ lib_source = ['src/byte_source.c',
'src/node.c',
'src/reader.c',
'src/string.c',
+ 'src/system.c',
'src/uri.c',
'src/world.c',
'src/writer.c']