aboutsummaryrefslogtreecommitdiff
path: root/graphics/module.mk
diff options
context:
space:
mode:
authorMax Horn2004-11-25 23:33:21 +0000
committerMax Horn2004-11-25 23:33:21 +0000
commitf5da05f80d0a24ccb3e77ae5740c89ebed4cc2fe (patch)
treece07df5b7524e5186c2a55d610f1fc06162424c0 /graphics/module.mk
parente79e0dec7498088ca6519d3f0ddb4219c4a58bcd (diff)
downloadscummvm-rg350-f5da05f80d0a24ccb3e77ae5740c89ebed4cc2fe.tar.gz
scummvm-rg350-f5da05f80d0a24ccb3e77ae5740c89ebed4cc2fe.tar.bz2
scummvm-rg350-f5da05f80d0a24ccb3e77ae5740c89ebed4cc2fe.zip
Added some graphic primitives
svn-id: r15885
Diffstat (limited to 'graphics/module.mk')
-rw-r--r--graphics/module.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/module.mk b/graphics/module.mk
index 1eb103267a..0b54431453 100644
--- a/graphics/module.mk
+++ b/graphics/module.mk
@@ -3,8 +3,9 @@ MODULE := graphics
MODULE_OBJS := \
graphics/animation.o \
graphics/font.o \
+ graphics/newfont.o \
graphics/scummfont.o \
- graphics/newfont.o
+ graphics/surface.o
MODULE_DIRS += \
graphics