diff Gui/Makefile @ 8136:1831ce784783

fixed order of includes. there is /usr/local/include[/freetype/freetype.h] and /usr/local/include/freetype2[/freetype/freetype.h] ... what a mess!
author arpi
date Sun, 10 Nov 2002 13:12:53 +0000
parents 9246adcf95f0
children 6892658f9125
line wrap: on
line diff
--- a/Gui/Makefile	Sat Nov 09 17:44:28 2002 +0000
+++ b/Gui/Makefile	Sun Nov 10 13:12:53 2002 +0000
@@ -4,7 +4,7 @@
 include ../config.mak
 include config.mak
 
-INCDIR  = -I. -I../loader -I./wm -I./skin $(GTKINC) $(EXTRA_INC) $(FREETYPE_INC) 
+INCDIR  = -I. -I../loader -I./wm -I./skin $(FREETYPE_INC) $(GTKINC) $(EXTRA_INC) 
 
 OPTIMIZE =  $(OPTFLAGS) -fomit-frame-pointer \
             -fexpensive-optimizations -fschedule-insns2 -Wall