diff Makefile.gen @ 64:ad1ef3f0d474

More work on the text subsystem.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Oct 2012 11:03:10 +0300
parents f28cd66356f6
children b908fda1036e
line wrap: on
line diff
--- a/Makefile.gen	Mon Oct 01 10:42:56 2012 +0300
+++ b/Makefile.gen	Mon Oct 01 11:03:10 2012 +0300
@@ -68,12 +68,12 @@
 
 ifeq ($(DM_GFX_BM_TEXT),yes)
 DM_CFLAGS += -DDM_GFX_BM_TEXT
-DMLIB_OBJS += dmtext.o
+DMLIB_OBJS += dmtext_bm.o
 endif
 
 ifeq ($(DM_GFX_TTF_TEXT),yes)
 DM_CFLAGS += -DDM_GFX_TTF_TEXT
-DMLIB_OBJS += dmtext.o
+DMLIB_OBJS += dmtext_ttf.o
 
 ifeq ($(DM_BUILD_TESTS),yes)
 ifeq ($(DM_GFX_BLITS),yes)