From b62a8282d83a3a1fae97c5022a150d11de87597a Mon Sep 17 00:00:00 2001
From: marha <marha@users.sourceforge.net>
Date: Mon, 5 Sep 2011 10:24:27 +0200
Subject: Updated version of freetype in makefiles

---
 apps/xclock/makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'apps/xclock/makefile')

diff --git a/apps/xclock/makefile b/apps/xclock/makefile
index e158af57b..3d3971cd1 100644
--- a/apps/xclock/makefile
+++ b/apps/xclock/makefile
@@ -34,10 +34,10 @@ load_makefile $(LIBDIRS:%$(OBJDIR)\=%makefile MAKESERVER=$(MAKESERVER) DEBUG=$(D
 
 ifeq ($(DEBUG),1)
 LINKLIBS += $(MHMAKECONF)\pthreads\pthreadVC2d.lib \
-            $(MHMAKECONF)\freetype\lib\freetype245MT_D.lib
+            $(MHMAKECONF)\freetype\lib\freetype246MT_D.lib
 else
 LINKLIBS += $(MHMAKECONF)\pthreads\pthreadVC2.lib \
-            $(MHMAKECONF)\freetype\lib\freetype245MT.lib
+            $(MHMAKECONF)\freetype\lib\freetype246MT.lib
 endif
 
 LINKLIBS += $(MHMAKECONF)\libxml2\lib\libxml2.lib
-- 
cgit v1.2.3