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 bcca62ce1c..9f53a66f74 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -153,6 +153,9 @@ public:
#ifndef DISABLE_TOUCHE
LINK_PLUGIN(TOUCHE)
#endif
+ #ifndef DISABLE_PARALLACTION
+ LINK_PLUGIN(PARALLACTION)
+ #endif
return pl;
}