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 42e31d2c..0cbd060c 100644 --- a/src/engine/wscript +++ b/src/engine/wscript @@ -70,7 +70,7 @@ def build(bld): obj.target = 'ingen_engine' obj.install_path = '${LIBDIR}' obj.use = 'libingen_shared' - core_libs = 'GLIBMM GTHREAD LV2CORE SLV2 RAUL REDLANDMM' + core_libs = 'GLIBMM GTHREAD LV2CORE SLV2 RAUL SORD' autowaf.use_lib(bld, obj, core_libs) if bld.env['HAVE_SOUP'] == 1: |