Fix: Possible dereference of null pointers
[lttng-tools.git] / src / lib / lttng-ctl / lttng-ctl.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: LTTng control library
7 Description: The LTTng control and utility library is a library used to control the tracing sessions of a LTTng-session daemon
8 Version: @PACKAGE_VERSION@
9 Requires:
10 Requires.private:
11 Libs: -L${libdir} -llttng-ctl
12 Cflags: -I${includedir}
13
This page took 0.029161 seconds and 4 git commands to generate.