From 9cec516e514ac76e7a3e69fdec16e79a2486c85f Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 20 Feb 2006 20:42:03 +0000 Subject: Moved fonts to a new dir graphics/fonts svn-id: r20800 --- graphics/module.mk | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'graphics/module.mk') diff --git a/graphics/module.mk b/graphics/module.mk index 7ded354cdb..89b32fac19 100644 --- a/graphics/module.mk +++ b/graphics/module.mk @@ -2,18 +2,18 @@ MODULE := graphics MODULE_OBJS := \ animation.o \ - consolefont.o \ font.o \ fontman.o \ + fonts/consolefont.o \ + fonts/newfont_big.o \ + fonts/newfont.o \ + fonts/scummfont.o \ ilbm.o \ imagedec.o \ imageman.o \ - newfont_big.o \ - newfont.o \ primitives.o \ scaler.o \ scaler/thumbnail.o \ - scummfont.o \ surface.o ifndef DISABLE_SCALERS @@ -41,6 +41,7 @@ endif MODULE_DIRS += \ graphics \ + graphics/fonts \ graphics/scaler # Include common rules -- cgit v1.2.3