| Michael Clark | 4504df7 | 2007-03-13 08:26:20 +0000 | [diff] [blame] | 1 | prefix=@prefix@ |
| 2 | exec_prefix=@exec_prefix@ | ||||
| 3 | libdir=@libdir@ | ||||
| 4 | includedir=@includedir@ | ||||
| 5 | |||||
| 6 | Name: json | ||||
| 7 | Description: JSON implementation in C | ||||
| 8 | Version: @VERSION@ | ||||
| 9 | Requires: | ||||
| 10 | Libs: -L${libdir} -ljson | ||||
| 11 | Cflags: -I${includedir}/json | ||||