Brad Bishop | 9316b9a | 2017-02-10 14:21:37 -0500 | [diff] [blame] | 1 | prefix=@prefix@ |
| 2 | exec_prefix=@exec_prefix@ |
| 3 | libdir=@libdir@ |
| 4 | includedir=@includedir@ |
| 5 | |
| 6 | Name: phosphor-logging |
| 7 | Description: Phosphor logging utilities |
| 8 | URL: https://github.com/openbmc/phosphor-logging |
| 9 | Version: @VERSION@ |
| 10 | Requires: @AX_PACKAGE_REQUIRES@ |
| 11 | Requires.private: @AX_PACKAGE_REQUIRES_PRIVATE@ |
Adriana Kobylak | c20dae8 | 2017-02-15 13:44:16 -0600 | [diff] [blame] | 12 | Libs: -L@libdir@ -lphosphor_logging |
Brad Bishop | 9316b9a | 2017-02-10 14:21:37 -0500 | [diff] [blame] | 13 | Cflags: -I@includedir@ |