summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-08-08 02:18:55 +0000
committerDavid Robillard <d@drobilla.net>2014-08-08 02:18:55 +0000
commit16b6c162c8218e6db8d5cc6dc07810856ef9e994 (patch)
treedafa4eebca3455f4a26d7d96e1226978bafe8b90
parent9cd316b57b21c021b1b9f0c377f6692731dfa06a (diff)
downloadsratom-16b6c162c8218e6db8d5cc6dc07810856ef9e994.tar.gz
sratom-16b6c162c8218e6db8d5cc6dc07810856ef9e994.tar.bz2
sratom-16b6c162c8218e6db8d5cc6dc07810856ef9e994.zip
Fix compilation with non-standard LV2 location.
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5420 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index c767128..c6f76c3 100644
--- a/wscript
+++ b/wscript
@@ -138,6 +138,7 @@ def build(bld):
install_path = '',
defines = defines,
cflags = test_cflags)
+ autowaf.use_lib(bld, obj, 'SERD SORD LV2')
# Documentation
autowaf.build_dox(bld, 'SRATOM', SRATOM_VERSION, top, out)