aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-02-18 06:54:24 +0000
committerDavid Robillard <d@drobilla.net>2012-02-18 06:54:24 +0000
commitbfee18f05fae23fa8107de86761c79d07955e0ca (patch)
tree83ce5ca59a588d2eb63fa3fbf82ca3b11e6af61f /wscript
parent719c973b349724657c71b545f4f3d4498d633b23 (diff)
downloadjalv-bfee18f05fae23fa8107de86761c79d07955e0ca.tar.gz
jalv-bfee18f05fae23fa8107de86761c79d07955e0ca.tar.bz2
jalv-bfee18f05fae23fa8107de86761c79d07955e0ca.zip
Add -d option and implement proper communication dumping.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3986 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index f04a9e0..4c5933b 100644
--- a/wscript
+++ b/wscript
@@ -83,7 +83,7 @@ def configure(conf):
def build(bld):
libs = 'LILV SUIL JACK SERD LV2CORE LV2_EVENT LV2_ATOM LV2_URI_MAP LV2_STATE'
- source = 'src/jalv.c src/symap.c src/state.c src/lv2_evbuf.c'
+ source = 'src/jalv.c src/symap.c src/state.c src/lv2_evbuf.c src/atom_rdf.c'
# Non-GUI version
obj = bld(features = 'c cprogram',