aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/module.mk
diff options
context:
space:
mode:
authorBorja Lorente2016-06-04 20:53:01 +0200
committerBorja Lorente2016-08-14 18:07:21 +0200
commit52d53c25515a93b9f129f0f7aa1d16918f6490d5 (patch)
tree53106373c455bec4f8afd9e6df08b12d9ff3e4e8 /engines/macventure/module.mk
parente821fd789ce8da9e9012dd527487b34d59b1a702 (diff)
downloadscummvm-rg350-52d53c25515a93b9f129f0f7aa1d16918f6490d5.tar.gz
scummvm-rg350-52d53c25515a93b9f129f0f7aa1d16918f6490d5.tar.bz2
scummvm-rg350-52d53c25515a93b9f129f0f7aa1d16918f6490d5.zip
MACVENTURE: Add game detection for Shadowgate
Diffstat (limited to 'engines/macventure/module.mk')
-rw-r--r--engines/macventure/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/macventure/module.mk b/engines/macventure/module.mk
index 4c04159b3e..839cbb4587 100644
--- a/engines/macventure/module.mk
+++ b/engines/macventure/module.mk
@@ -8,7 +8,7 @@ MODULE_DIRS += \
engines/macventure
# This module can be built as a plugin
-ifeq ($(ENABLE_WAGE), DYNAMIC_PLUGIN)
+ifeq ($(ENABLE_MACVENTURE), DYNAMIC_PLUGIN)
PLUGIN := 1
endif