fix makefile

This commit is contained in:
dborth 2009-09-17 07:50:05 +00:00
parent c0d3cd594e
commit 224633c761

View File

@ -48,7 +48,7 @@ LIBS := -ldb -ldi -lpng -lmxml -lwiikeyboard \
# list of directories containing libraries, this must be the top level containing # list of directories containing libraries, this must be the top level containing
# include and lib # 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 # no real need to edit anything past this point unless you need to add additional