libpng/scripts/libpng.pc-configure.in

11 lines
226 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
2008-05-08 07:58:31 -04:00
Version: 1.2.29
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@