diff options
Diffstat (limited to 'src/gui/wscript')
-rw-r--r-- | src/gui/wscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/wscript b/src/gui/wscript index be8e216..6aaaa9b 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -26,6 +26,7 @@ def build(bld): SORD SIGCPP EUGENE + LV2 ''') # GUI runtime files @@ -39,4 +40,4 @@ def build(bld): obj.includes = ['.', '../..', '../engine'] obj.defines = 'VERSION="' + bld.env.MACHINA_VERSION + '"' obj.use = 'libmachina_engine libmachina_gui' - autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM SORD RAUL MACHINA EUGENE GANV') + autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM SORD RAUL MACHINA EUGENE GANV LV2') |