You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
338 B
9 lines
338 B
INCLUDES = -I.
|
|
|
|
lib_LTLIBRARIES = libksquirrel-libs-png.la
|
|
|
|
libksquirrel_libs_png_la_SOURCES = png.cpp pngconf.h pngerror.c pnggccrd.c pngget.c png.h pngmem.c pngpread.c pngread.c pngrio.c pngrtran.c \
|
|
pngrutil.c pngset.c pngtrans.c pngvcrd.c pngwio.c pngwrite.c pngwtran.c pngwutil.c pnghack.h
|
|
|
|
libksquirrel_libs_png_la_LIBADD = -lz -lm
|