aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/module.mk
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-14 23:39:27 +0200
committerEugene Sandulenko2017-01-25 22:41:54 +0100
commitea01120013f144ba9ad61a1973907b565acb7833 (patch)
tree6a790e869409d3390a1e8d63a516bfa242fd2f7f /engines/cryo/module.mk
parent0dfe25149634bff3f7bcb5cc5e883bfe2fe03d1e (diff)
downloadscummvm-rg350-ea01120013f144ba9ad61a1973907b565acb7833.tar.gz
scummvm-rg350-ea01120013f144ba9ad61a1973907b565acb7833.tar.bz2
scummvm-rg350-ea01120013f144ba9ad61a1973907b565acb7833.zip
CRYO: Refactor to avoid nested includes
Diffstat (limited to 'engines/cryo/module.mk')
-rw-r--r--engines/cryo/module.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/engines/cryo/module.mk b/engines/cryo/module.mk
index b7a81fa7c8..2b5447007f 100644
--- a/engines/cryo/module.mk
+++ b/engines/cryo/module.mk
@@ -1,9 +1,15 @@
MODULE := engines/cryo
MODULE_OBJS = \
+ clerror.o \
+ clhnm.o \
+ clsoundgroup.o \
+ clsoundraw.o \
+ cryolib.o \
eden.o \
cryo.o \
- detection.o
+ detection.o \
+ staticdata.o
# This module can be built as a plugin
ifeq ($(ENABLE_CRYO), DYNAMIC_PLUGIN)