diff options
Diffstat (limited to 'src/serialisation/wscript')
-rw-r--r-- | src/serialisation/wscript | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/serialisation/wscript b/src/serialisation/wscript index 8fa5aeb9..d1d30a26 100644 --- a/src/serialisation/wscript +++ b/src/serialisation/wscript @@ -9,9 +9,10 @@ def build(bld): Serialiser.cpp serialisation.cpp ''' - obj.includes = ['.', '..', '../common'] - obj.name = 'libingen_serialisation' - obj.target = 'ingen_serialisation' - obj.inst_dir = 'lib/ingen' + obj.includes = ['.', '..', '../common'] + obj.name = 'libingen_serialisation' + obj.target = 'ingen_serialisation' + obj.inst_dir = 'lib/ingen' + obj.uselib_local = 'libingen_shared' autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 RAUL REDLANDMM') |