From 89955d1517021417e4ba2f86391c692654560b7f Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Sat, 8 May 2010 07:52:04 +0000 Subject: [PATCH] Link with libpng --- Makefile.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.host b/Makefile.host index a87b3db..60d205f 100644 --- a/Makefile.host +++ b/Makefile.host @@ -27,7 +27,7 @@ datadir = ${PREFIX}/share CFLAGS ?=-ggdb -Wall `sdl-config --cflags` -ISrc -O2 -fno-exceptions DEFINES =-DFRODO_SC -DHAVE_CONFIG_H -DDATADIR=\"$(datadir)/frodo/\" -DBINDIR=\"$(bindir)/\" -DHAVE_SDL -LDFLAGS ?= $(GCOV) `sdl-config --libs` -lSDL_ttf -lSDL_image +LDFLAGS ?= $(GCOV) `sdl-config --libs` -lSDL_ttf -lSDL_image -lpng CPP_SRCS=Src/C64_SC.cpp Src/main.cpp Src/Display.cpp Src/Prefs.cpp Src/SID.cpp \