aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/module.mk
diff options
context:
space:
mode:
authorTravis Howell2009-03-18 14:04:57 +0000
committerTravis Howell2009-03-18 14:04:57 +0000
commitab4812b734e28e2701c395ccca7275400c4e9b14 (patch)
treeb333263ad7d07850fcd9436c26b72feb07529c9b /engines/sci/module.mk
parent28036e8f0c5015188aa2c1c970b579df7b5da38d (diff)
downloadscummvm-rg350-ab4812b734e28e2701c395ccca7275400c4e9b14.tar.gz
scummvm-rg350-ab4812b734e28e2701c395ccca7275400c4e9b14.tar.bz2
scummvm-rg350-ab4812b734e28e2701c395ccca7275400c4e9b14.zip
Fix compile of SCI engine.
svn-id: r39517
Diffstat (limited to 'engines/sci/module.mk')
-rw-r--r--engines/sci/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/module.mk b/engines/sci/module.mk
index c0680fc782..87bcd176b8 100644
--- a/engines/sci/module.mk
+++ b/engines/sci/module.mk
@@ -38,7 +38,7 @@ MODULE_OBJS = \
gfx/font.o \
gfx/gfx_driver.o \
gfx/gfx_res_options.o \
- gfx/res_resmgr.o \
+ gfx/gfx_resmgr.o \
gfx/gfx_resource.o \
gfx/gfx_support.o \
gfx/gfx_tools.o \