aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 81ff6edf55..178fb5b3c6 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -81,6 +81,12 @@ else
MODULES += kyra
endif
+ifdef DISABLE_GOB
+DEFINES += -DDISABLE_GOB
+else
+MODULES += gob
+endif
+
# After the game specific modules follow the shared modules
MODULES += \
gui \