aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-16 21:42:56 +0000
committerDavid Robillard <d@drobilla.net>2012-03-16 21:42:56 +0000
commit0b5fbd6454c857eef259cd3afc089ce884a1277e (patch)
tree022609b20fef8a6192f4957cac9af4d4afee5d59 /wscript
parent030bdc723413808ce738d399fc8758c55b02af69 (diff)
downloadjalv-0b5fbd6454c857eef259cd3afc089ce884a1277e.tar.gz
jalv-0b5fbd6454c857eef259cd3afc089ce884a1277e.tar.bz2
jalv-0b5fbd6454c857eef259cd3afc089ce884a1277e.zip
Upgrade Atom serialisation stuff for UI<=>Plugin comm debugging.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4070 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 4c5933b..1d8d1bd 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 src/atom_rdf.c'
+ source = 'src/jalv.c src/symap.c src/state.c src/lv2_evbuf.c src/sratom/sratom.c'
# Non-GUI version
obj = bld(features = 'c cprogram',