diff options
Diffstat (limited to 'src/engine/wscript')
-rw-r--r-- | src/engine/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/wscript b/src/engine/wscript index 902ffd0..80f03a4 100644 --- a/src/engine/wscript +++ b/src/engine/wscript @@ -34,7 +34,7 @@ def build(bld): obj.includes = ['.', '..', '../..'] obj.name = 'libmachina_engine' obj.target = 'machina_engine' - core_libs = 'RAUL GLIBMM GTHREAD RAUL SERD SORD JACK' + core_libs = 'RAUL GLIBMM GTHREAD RAUL SERD SORD JACK LV2' if bld.is_defined('HAVE_EUGENE'): core_libs += ' EUGENE ' autowaf.use_lib(bld, obj, core_libs) |