aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/module.mk')
-rw-r--r--engines/gob/module.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/gob/module.mk b/engines/gob/module.mk
index 8a428b4d34..aa2a235327 100644
--- a/engines/gob/module.mk
+++ b/engines/gob/module.mk
@@ -18,6 +18,7 @@ MODULE_OBJS := \
goblin_v1.o \
goblin_v2.o \
goblin_v3.o \
+ goblin_v4.o \
coktelvideo.o \
videoplayer.o \
init.o \
@@ -55,7 +56,7 @@ MODULE_OBJS := \
video_v2.o
# This module can be built as a plugin
-ifdef BUILD_PLUGINS
+ifeq ($(ENABLE_GOB), DYNAMIC_PLUGIN)
PLUGIN := 1
endif