From b39016d60f420d5b69850c603ad5f64eacb27a52 Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 10 Nov 2002 13:12:53 +0000 Subject: fixed order of includes. there is /usr/local/include[/freetype/freetype.h] and /usr/local/include/freetype2[/freetype/freetype.h] ... what a mess! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8137 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gui/Makefile') diff --git a/Gui/Makefile b/Gui/Makefile index 6cfef35ad7..2115c30f2e 100644 --- a/Gui/Makefile +++ b/Gui/Makefile @@ -4,7 +4,7 @@ LIB = libgui.a 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 -- cgit v1.2.3