libpng/scripts/libpng.pc-configure.in

11 lines
231 B
Plaintext
Raw Normal View History

2006-12-02 22:09:29 -05:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/libpng12
Name: libpng
Description: Loads and saves PNG files
2007-01-06 10:05:23 -05:00
Version: 1.2.16beta1
2006-12-02 22:09:29 -05:00
Libs: -L${libdir} -lpng12
2006-12-06 23:06:25 -05:00
Cflags: -I${includedir} @LIBPNG_NO_MMX@