fix makefile

This commit is contained in:
dborth 2009-08-25 18:18:57 +00:00
parent 5ed806d8a1
commit 1167aaf8a9

View File

@ -43,7 +43,7 @@ LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map -Wl,--cref
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# any extra libraries we wish to link with the project # any extra libraries we wish to link with the project
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
LIBS := -lpng -lmxml -lmetaphrasis -lfat -lz -logc -lfreetype LIBS := -lpng -lmxml -lfat -lz -logc -lfreetype
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing # list of directories containing libraries, this must be the top level containing