aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/plugins.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index c789f9e1d9..4da156f339 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -329,6 +329,9 @@ void PluginManager::loadPlugins() {
#ifndef DISABLE_GOB
LINK_PLUGIN(GOB)
#endif
+ #ifndef DISABLE_LURE
+ LINK_PLUGIN(LURE)
+ #endif
#endif
}