Anthony Green | 5cbe205 | 2009-10-04 23:53:11 -0400 | [diff] [blame] | 1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | ||||
3 | libdir=@libdir@ | ||||
4 | includedir=${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include | ||||
5 | |||||
6 | Name: @PACKAGE_NAME@ | ||||
7 | Description: Library supporting Foreign Function Interfaces | ||||
8 | Version: @PACKAGE_VERSION@ | ||||
9 | Libs: -L${libdir} -lffi | ||||
10 | Cflags: -I${includedir} |