summaryrefslogtreecommitdiffstats
path: root/src/ingen
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingen')
-rw-r--r--src/ingen/main.cpp2
-rw-r--r--src/ingen/wscript2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ingen/main.cpp b/src/ingen/main.cpp
index da52e1c2..4958de3b 100644
--- a/src/ingen/main.cpp
+++ b/src/ingen/main.cpp
@@ -28,7 +28,7 @@
#include "raul/Configuration.hpp"
#include "raul/Path.hpp"
#include "raul/SharedPtr.hpp"
-#include "redlandmm/World.hpp"
+#include "sord/sordmm.hpp"
#include "interface/EngineInterface.hpp"
#include "shared/Configuration.hpp"
#include "shared/runtime_paths.hpp"
diff --git a/src/ingen/wscript b/src/ingen/wscript
index df7627ab..08d793eb 100644
--- a/src/ingen/wscript
+++ b/src/ingen/wscript
@@ -9,6 +9,6 @@ def build(bld):
obj.defines = 'VERSION="' + bld.env['INGEN_VERSION'] + '"'
obj.use = 'libingen_module libingen_shared'
obj.install_path = '${BINDIR}'
- autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM REDLANDMM RAUL LV2CORE SLV2 INGEN LIBLO SOUP')
+ autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM SORD RAUL LV2CORE SLV2 INGEN LIBLO SOUP')
bld.install_files('${DATADIR}/applications', 'ingen.desktop')