aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/module.mk
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-21 09:47:59 -0400
committerPaul Gilbert2015-06-21 09:47:59 -0400
commitdec2b0857ca54ecf61e95c731d10ebfb85b5b375 (patch)
tree4a3499ec5f2bfd064e6cb0d7c015db090160dc3f /engines/sherlock/module.mk
parent3adaf2f999c4af74534beb7d02638aba8cc81a1e (diff)
downloadscummvm-rg350-dec2b0857ca54ecf61e95c731d10ebfb85b5b375.tar.gz
scummvm-rg350-dec2b0857ca54ecf61e95c731d10ebfb85b5b375.tar.bz2
scummvm-rg350-dec2b0857ca54ecf61e95c731d10ebfb85b5b375.zip
SHERLOCK: Split up Journal class for each game
Diffstat (limited to 'engines/sherlock/module.mk')
-rw-r--r--engines/sherlock/module.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sherlock/module.mk b/engines/sherlock/module.mk
index 663fc51922..55d38401bf 100644
--- a/engines/sherlock/module.mk
+++ b/engines/sherlock/module.mk
@@ -8,6 +8,7 @@ MODULE_OBJS = \
scalpel/drivers/mt32.o \
scalpel/tsage/logo.o \
scalpel/tsage/resources.o \
+ scalpel/scalpel_journal.o \
scalpel/scalpel_map.o \
scalpel/scalpel_people.o \
scalpel/scalpel_scene.o \
@@ -15,6 +16,7 @@ MODULE_OBJS = \
scalpel/scalpel_user_interface.o \
scalpel/settings.o \
tattoo/tattoo.o \
+ tattoo/tattoo_journal.o \
tattoo/tattoo_map.o \
tattoo/tattoo_people.o \
tattoo/tattoo_resources.o \