]> git.saurik.com Git - wxWidgets.git/blob - src/png/scripts/libpng.pc.in
bring the new linpng 1.2.20 (without its contrib subdirectory) into trunk
[wxWidgets.git] / src / png / scripts / libpng.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@/libpng12
5
6 Name: libpng
7 Description: Loads and saves PNG files
8 Version: 1.2.20
9 Libs: -L${libdir} -lpng12
10 Cflags: -I${includedir}