0272a10d VZ |
1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ |
3 | libdir=@libdir@ |
b61cc19c |
4 | includedir=@includedir@/libpng14 |
0272a10d VZ |
5 | |
6 | Name: libpng |
7 | Description: Loads and saves PNG files |
b61cc19c PC |
8 | Version: 1.4.4 |
9 | Libs: -L${libdir} -lpng14 |
0272a10d |
10 | Cflags: -I${includedir} |