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 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 \