Provide proper pkg-config .pc files
[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
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.028807 seconds and 4 git commands to generate.