af831e00127c13b8cf9449af56d15c7cbae88827
[babeltrace.git] / src / babeltrace2.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: Babeltrace 2 library
7 Description: Babeltrace 2 library to support plugins and create trace processing graphs
8 Version: @PACKAGE_VERSION@
9 Libs: -L${libdir} -lbabeltrace2
10 Libs.private: @UUID_LIBS@
11 Cflags: -I${includedir}
12 Cflags.private: @UUID_CFLAGS@
This page took 0.035065 seconds and 3 git commands to generate.