aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorTravis Howell2006-02-11 12:54:56 +0000
committerTravis Howell2006-02-11 12:54:56 +0000
commit6703dc7fa1cd517a96d4f1955ca1794967d2a920 (patch)
treecd3e2ee3053e8a7ffc6ac05c1109bcb5ac1040c5 /Makefile.common
parentcbb2ca005c8385a25fcf7195319ca909d0f7124b (diff)
downloadscummvm-rg350-6703dc7fa1cd517a96d4f1955ca1794967d2a920.tar.gz
scummvm-rg350-6703dc7fa1cd517a96d4f1955ca1794967d2a920.tar.bz2
scummvm-rg350-6703dc7fa1cd517a96d4f1955ca1794967d2a920.zip
Add patch #1374870 - New Lure of the Temptress module
svn-id: r20536
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 ce76cc8385..bef603ee24 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -96,6 +96,12 @@ else
MODULES += gob
endif
+ifdef DISABLE_LURE
+DEFINES += -DDISABLE_LURE
+else
+MODULES += lure
+endif
+
# After the game specific modules follow the shared modules
MODULES += \
gui \