aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock
diff options
context:
space:
mode:
authorMartin Kiewitz2015-05-30 01:55:55 +0200
committerMartin Kiewitz2015-05-30 01:55:55 +0200
commit21d77e80fc0f5994191998e0d5a6048b869e042d (patch)
treec0587ffc6d0c81efff08cdc8c0feab520dce4575 /engines/sherlock
parentf80cc4a84d9a1ff4e761438164e94425b4239908 (diff)
downloadscummvm-rg350-21d77e80fc0f5994191998e0d5a6048b869e042d.tar.gz
scummvm-rg350-21d77e80fc0f5994191998e0d5a6048b869e042d.tar.bz2
scummvm-rg350-21d77e80fc0f5994191998e0d5a6048b869e042d.zip
SHERLOCK: add adlib.cpp to module.mk
Diffstat (limited to 'engines/sherlock')
-rw-r--r--engines/sherlock/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sherlock/module.mk b/engines/sherlock/module.mk
index 701753d679..d8c1d781a9 100644
--- a/engines/sherlock/module.mk
+++ b/engines/sherlock/module.mk
@@ -3,6 +3,7 @@ MODULE := engines/sherlock
MODULE_OBJS = \
scalpel/darts.o \
scalpel/scalpel.o \
+ scalpel/drivers/adlib.o \
tattoo/tattoo.o \
animation.o \
debugger.o \