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