Introduce LTTNG_UST_MAP_POPULATE_POLICY environment variable
[lttng-ust.git] / lttng-ust.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: LTTng Userspace Tracer
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 Requires.private: liburcu-bp
11 Libs: -L${libdir} -llttng-ust -ldl
12 Cflags: -I${includedir}
13
This page took 0.030912 seconds and 4 git commands to generate.