aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/plugins.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index 90b377ff45..188eb10475 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -130,6 +130,12 @@ public:
#ifndef DISABLE_LURE
LINK_PLUGIN(LURE)
#endif
+ #ifndef DISABLE_M4
+ LINK_PLUGIN(M4)
+ #endif
+ #ifndef DISABLE_MADE
+ LINK_PLUGIN(MADE)
+ #endif
#ifndef DISABLE_PARALLACTION
LINK_PLUGIN(PARALLACTION)
#endif