Fix: bt2: autodisc: remove thread error while inserting status in map
[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 Cflags: -I${includedir}
This page took 0.032311 seconds and 4 git commands to generate.