aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/module.mk
diff options
context:
space:
mode:
authorMax Horn2007-04-27 20:32:09 +0000
committerMax Horn2007-04-27 20:32:09 +0000
commit960f7cd75a5c70d2d694e20c158fabb3df714f36 (patch)
treece517d49424d3a23bd7b181333b23068ca26ae14 /engines/lure/module.mk
parent0d07a51acf775b638b1112e707cc615041a2e938 (diff)
downloadscummvm-rg350-960f7cd75a5c70d2d694e20c158fabb3df714f36.tar.gz
scummvm-rg350-960f7cd75a5c70d2d694e20c158fabb3df714f36.tar.bz2
scummvm-rg350-960f7cd75a5c70d2d694e20c158fabb3df714f36.zip
Moved lure detection code into a new detection.cpp file
svn-id: r26625
Diffstat (limited to 'engines/lure/module.mk')
-rw-r--r--engines/lure/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/lure/module.mk b/engines/lure/module.mk
index 546721573d..a54eddd4cd 100644
--- a/engines/lure/module.mk
+++ b/engines/lure/module.mk
@@ -4,6 +4,7 @@ MODULE_OBJS := \
animseq.o \
debugger.o \
decode.o \
+ detection.o \
disk.o \
events.o \
game.o \