summaryrefslogtreecommitdiffstats
path: root/src/shared/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-10 04:26:56 +0000
committerDavid Robillard <d@drobilla.net>2012-03-10 04:26:56 +0000
commit905fbd7d76b541c12fe500a4b8c775a64275487b (patch)
treeb4cfc9defd7380c48b8e33db5f1094ac2c7f96a9 /src/shared/wscript
parent4b0f77528d38c630b68cb193e4832289efc46531 (diff)
downloadingen-905fbd7d76b541c12fe500a4b8c775a64275487b.tar.gz
ingen-905fbd7d76b541c12fe500a4b8c775a64275487b.tar.bz2
ingen-905fbd7d76b541c12fe500a4b8c775a64275487b.zip
Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY to avoid writing illegal or ugly Turtle (`-' is not allowed in a local name).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4042 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared/wscript')
-rw-r--r--src/shared/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/wscript b/src/shared/wscript
index 42d99f0a..b1cb6d17 100644
--- a/src/shared/wscript
+++ b/src/shared/wscript
@@ -10,7 +10,7 @@ def build(bld):
vnum = '0.0.0',
install_path = '${LIBDIR}',
lib = ['dl'])
- autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE LILV RAUL SORD')
+ autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE LILV RAUL SORD LV2_MIDI')
obj.source = '''
Builder.cpp