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