Glenn Randers-Pehrson | eb58091 | 2008-07-30 14:47:09 -0500 | [diff] [blame] | 1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | ||||
3 | libdir=@libdir@ | ||||
4 | includedir=@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ | ||||
5 | |||||
6 | Name: libpng | ||||
7 | Description: Loads and saves PNG files | ||||
8 | Version: @PNGLIB_VERSION@ | ||||
9 | Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ | ||||
10 | Libs.private: @LIBS@ | ||||
Glenn Randers-Pehrson glennrp@comcast.net | 7ecf7bd | 2009-05-02 15:36:08 -0500 | [diff] [blame] | 11 | Cflags: -I${includedir} |