diff options
Diffstat (limited to 'src/serialisation/wscript')
-rw-r--r-- | src/serialisation/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialisation/wscript b/src/serialisation/wscript index 10ec8186..e7c0c0ab 100644 --- a/src/serialisation/wscript +++ b/src/serialisation/wscript @@ -11,6 +11,6 @@ def build(bld): obj.includes = ['..', '../common'] obj.name = 'libingen_serialisation' obj.target = 'ingen_serialisation' - obj.uselib = 'GLIBMM SLV2 RAUL REDLANDMM' + obj.uselib = 'GLIBMM LV2CORE SLV2 RAUL REDLANDMM' obj.inst_dir = 'lib/ingen' |