add png support

This commit is contained in:
Markus Teich
2014-06-29 23:43:01 +02:00
parent 501a86cb94
commit 5b4a35ead5
5 changed files with 256 additions and 21 deletions

View File

@ -12,7 +12,7 @@ X11LIB = /usr/X11R6/lib
# includes and libs
INCS = -I. -I/usr/include -I${X11INC}
LIBS = -L/usr/lib -lc -lm -L${X11LIB} -lX11
LIBS = -L/usr/lib -lc -lm -L${X11LIB} -lX11 -lpng
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE -D_XOPEN_SOURCE=600