update png.library to v53 (libpng 1.6.36). autogenerate the config file. (NicJA)
[AROS.git] / workbench / libs / png / libpng.pc.in
blob9708e9af2be1259147c6244c07345f39222cbea4
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
6 Name: libpng
7 Description: Loads and saves PNG files
8 Version: @PNGLIB_VERSION@
9 Requires: zlib
10 Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
11 Libs.private: @LIBS@
12 Cflags: -I${includedir}