aboutsummaryrefslogtreecommitdiff
path: root/graphics/module.mk
diff options
context:
space:
mode:
authorJody Northup2009-08-21 10:22:28 +0000
committerJody Northup2009-08-21 10:22:28 +0000
commit1a5f0d806ecd1af5e5873c62598dadd63c672856 (patch)
treed081d1b2fdd78e9bf62971071cae9f8cebc50fe8 /graphics/module.mk
parent5ac20829b0db110e9a0a418ed9dc733484e75c67 (diff)
downloadscummvm-rg350-1a5f0d806ecd1af5e5873c62598dadd63c672856.tar.gz
scummvm-rg350-1a5f0d806ecd1af5e5873c62598dadd63c672856.tar.bz2
scummvm-rg350-1a5f0d806ecd1af5e5873c62598dadd63c672856.zip
add conversion.h and conversion.cpp into trunk (were present in working copy, but not added to svn control)
svn-id: r43582
Diffstat (limited to 'graphics/module.mk')
-rw-r--r--graphics/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/module.mk b/graphics/module.mk
index 46ed564e1e..04a98dd8e2 100644
--- a/graphics/module.mk
+++ b/graphics/module.mk
@@ -1,6 +1,7 @@
MODULE := graphics
MODULE_OBJS := \
+ conversion.o \
cursorman.o \
dither.o \
font.o \