Commit | Line | Data |
---|---|---|
d0acc96d YB |
1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | |
3 | libdir=@libdir@ | |
4 | includedir=@includedir@ | |
5 | ||
85f32e4f | 6 | Name: Babeltrace 2 library |
5530ff1b | 7 | Description: Babeltrace 2 library to support plugins and create trace processing graphs |
d0acc96d | 8 | Version: @PACKAGE_VERSION@ |
40392cf1 MJ |
9 | Libs: -L${libdir} -lbabeltrace2 |
10 | Cflags: -I${includedir} |