aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorEugene Sandulenko2004-03-14 23:37:11 +0000
committerEugene Sandulenko2004-03-14 23:37:11 +0000
commit2fe422ad0c91ffb3c82d72b4da08b33b8a2a6183 (patch)
tree8f5003728bdc0536c77d499437ac97f8bbd71144 /Makefile.common
parentf1cac1545bd543fa52a75f2f6a4b6e0f0024380d (diff)
downloadscummvm-rg350-2fe422ad0c91ffb3c82d72b4da08b33b8a2a6183.tar.gz
scummvm-rg350-2fe422ad0c91ffb3c82d72b4da08b33b8a2a6183.tar.bz2
scummvm-rg350-2fe422ad0c91ffb3c82d72b4da08b33b8a2a6183.zip
Initial SAGA checkin. Disabled by default, enable with --enable-saga
but don't expect it to work. svn-id: r13280
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 7212d3ec79..b1ad7a57d6 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -79,6 +79,12 @@ else
MODULES += queen
endif
+ifdef DISABLE_SAGA
+DEFINES += -DDISABLE_SAGA
+else
+MODULES += saga
+endif
+
# After the game specific modules follow the shared modules
MODULES += \
gui \