Introduce LTTNG_UST_MAP_POPULATE_POLICY environment variable
[lttng-ust.git] / lttng-ust-ctl.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: LTTng Userspace Tracer control
7 Description: The LTTng Userspace Tracer (UST) is a library accompanied by a set of tools to trace userspace code.
8 Version: @PACKAGE_VERSION@
9 Requires:
10 Libs: -L${libdir} -llttng-ust-ctl
11 Cflags: -I${includedir}
12
This page took 0.028677 seconds and 4 git commands to generate.