Initial checking of the libpng library.
[oota-llvm.git] / runtime / libpng / scripts / libpng.pc.in
1
2 prefix=@PREFIX@
3 exec_prefix=${prefix}
4 libdir=${exec_prefix}/lib
5 includedir=${exec_prefix}/include
6
7 Name: libpng12
8 Description: Loads and saves PNG files
9 Version: 1.2.5
10 Libs: -L${libdir} -lpng12 -lz -lm
11 Cflags: -I${includedir}/libpng12