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 7ad95aa335..bcd2541825 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -85,6 +85,12 @@ else
MODULES += saga
endif
+ifdef DISABLE_KYRA
+DEFINES += -DDISABLE_KYRA
+else
+MODULES += kyra
+endif
+
# After the game specific modules follow the shared modules
MODULES += \
gui \