From 1ab13614aa7506c22ee2e6c9a7893d7732c71da8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 13 Jul 2014 01:56:11 +0000 Subject: Fix building against Lilv in a non-standard location (fix #972). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5407 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/wscript') diff --git a/src/gui/wscript b/src/gui/wscript index 6cf02f92..cb6086a7 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -75,4 +75,4 @@ def build(bld): target = 'ingen_gui_lv2', install_path = '${LV2DIR}/ingen.lv2/', use = 'libingen libingen_gui') - autowaf.use_lib(bld, obj, 'LV2 SERD SORD GLIBMM GTKMM') + autowaf.use_lib(bld, obj, 'LV2 SERD SORD LILV GLIBMM GTKMM') -- cgit v1.2.1