From 501c1c63c7081a09155eabf1086a2e65956095f5 Mon Sep 17 00:00:00 2001 From: David Robillard <d@drobilla.net> Date: Mon, 26 Mar 2012 03:58:21 +0000 Subject: Update for latest LV2. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4106 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/wscript') diff --git a/src/gui/wscript b/src/gui/wscript index 8fc5058e..1a732f54 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -17,7 +17,7 @@ def build(bld): GNOMECANVAS GTKMM LILV - LV2CORE + LV2 RAUL SIGCPP SORD @@ -77,4 +77,4 @@ def build(bld): target = 'ingen_gui_lv2', install_path = '${LV2DIR}/ingen.lv2/', use = 'libingen_gui libingen_shared') - autowaf.use_lib(bld, obj, 'LV2_UI') + autowaf.use_lib(bld, obj, 'LV2') -- cgit v1.2.1