aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/module.mk')
-rw-r--r--engines/parallaction/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/module.mk b/engines/parallaction/module.mk
index 9a66b317e2..c7e7af14bf 100644
--- a/engines/parallaction/module.mk
+++ b/engines/parallaction/module.mk
@@ -29,7 +29,7 @@ MODULE_OBJS := \
walk.o
# This module can be built as a plugin
-ifdef BUILD_PLUGINS
+ifeq ($(ENABLE_PARALLACTION), DYNAMIC_PLUGIN)
PLUGIN := 1
endif