From 224633c7619a706b9079130bdd6586057ac53ab4 Mon Sep 17 00:00:00 2001 From: dborth Date: Thu, 17 Sep 2009 07:50:05 +0000 Subject: [PATCH] fix makefile --- Makefile.wii | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.wii b/Makefile.wii index 2d47b09..c7d3dfa 100644 --- a/Makefile.wii +++ b/Makefile.wii @@ -48,7 +48,7 @@ LIBS := -ldb -ldi -lpng -lmxml -lwiikeyboard \ # list of directories containing libraries, this must be the top level containing # include and lib #--------------------------------------------------------------------------------- -LIBDIRS := $(PORTLIBS) -I$(PORTLIBS)/include/freetype2 +LIBDIRS := $(PORTLIBS) #--------------------------------------------------------------------------------- # no real need to edit anything past this point unless you need to add additional