aboutsummaryrefslogtreecommitdiff
path: root/graphics/module.mk
diff options
context:
space:
mode:
authorJohannes Schickel2011-07-25 22:54:32 +0200
committerWillem Jan Palenstijn2012-01-29 16:26:20 +0100
commit843b9f96655feda8c78450d9236b09330bdb6bd1 (patch)
tree7972b603dc343dbd08a2328849ee043e987dd444 /graphics/module.mk
parent0ceeee8148524fc36c3a9b3e7640b987867ecb19 (diff)
downloadscummvm-rg350-843b9f96655feda8c78450d9236b09330bdb6bd1.tar.gz
scummvm-rg350-843b9f96655feda8c78450d9236b09330bdb6bd1.tar.bz2
scummvm-rg350-843b9f96655feda8c78450d9236b09330bdb6bd1.zip
GRAPHICS: Add a TTF font class using FreeType2.
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 02c88d98ba..1e84b2425d 100644
--- a/graphics/module.mk
+++ b/graphics/module.mk
@@ -9,6 +9,7 @@ MODULE_OBJS := \
fonts/consolefont.o \
fonts/newfont_big.o \
fonts/newfont.o \
+ fonts/ttf.o \
fonts/winfont.o \
iff.o \
imagedec.o \