aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/module.mk
diff options
context:
space:
mode:
authorRetro-Junk2016-10-22 14:19:33 +0300
committerEugene Sandulenko2017-01-25 22:42:02 +0100
commit4caa6541cd0ffaf424feba4cee36c4c220ae9e72 (patch)
tree7340973e8bcc24b8f2768349ca21a4f48d7909b6 /engines/cryo/module.mk
parent7e92fb079021081eb28c2d284f1b81b8f5b7dab2 (diff)
downloadscummvm-rg350-4caa6541cd0ffaf424feba4cee36c4c220ae9e72.tar.gz
scummvm-rg350-4caa6541cd0ffaf424feba4cee36c4c220ae9e72.tar.bz2
scummvm-rg350-4caa6541cd0ffaf424feba4cee36c4c220ae9e72.zip
CRYO: Add sound.cpp to compilation
Diffstat (limited to 'engines/cryo/module.mk')
-rw-r--r--engines/cryo/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cryo/module.mk b/engines/cryo/module.mk
index 2b5447007f..c39c91733f 100644
--- a/engines/cryo/module.mk
+++ b/engines/cryo/module.mk
@@ -6,6 +6,7 @@ MODULE_OBJS = \
clsoundgroup.o \
clsoundraw.o \
cryolib.o \
+ sound.o \
eden.o \
cryo.o \
detection.o \