aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/module.mk
diff options
context:
space:
mode:
authoruruk2014-04-26 08:02:00 +0200
committeruruk2014-04-26 08:02:00 +0200
commitb58965e4e62259fc000dd731f694a24244268983 (patch)
treea08ed7b77927adaa7c6bf354566d34c85d454fe0 /engines/cge2/module.mk
parentaad77304a8727ba1d2a1b802a95c7f8085d50853 (diff)
downloadscummvm-rg350-b58965e4e62259fc000dd731f694a24244268983.tar.gz
scummvm-rg350-b58965e4e62259fc000dd731f694a24244268983.tar.bz2
scummvm-rg350-b58965e4e62259fc000dd731f694a24244268983.zip
CGE2: Add file I/O.
Diffstat (limited to 'engines/cge2/module.mk')
-rw-r--r--engines/cge2/module.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/cge2/module.mk b/engines/cge2/module.mk
index 75f2743286..fc710b663a 100644
--- a/engines/cge2/module.mk
+++ b/engines/cge2/module.mk
@@ -2,7 +2,8 @@ MODULE := engines/cge2
MODULE_OBJS = \
cge2.o \
- detection.o
+ detection.o \
+ fileio.o
# This module can be built as a plugin
ifeq ($(ENABLE_CGE2), DYNAMIC_PLUGIN)