diff options
Diffstat (limited to 'src/ingen')
-rw-r--r-- | src/ingen/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ingen/wscript b/src/ingen/wscript index 0912c74a..ad16dd35 100644 --- a/src/ingen/wscript +++ b/src/ingen/wscript @@ -8,5 +8,6 @@ def build(bld): obj.includes = ['../common', '../'] obj.defines = 'VERSION=\\\"' + bld.env()['INGEN_VERSION'] + '\\\"' obj.uselib_local = 'libingen_module libingen_shared' + obj.inst_dir = bld.env()['BINDIRNAME'] autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM REDLANDMM RAUL LV2CORE SLV2 INGEN LIBLO SOUP') |