Update version to 0.16
[ust.git] / 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 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} -lust
12 Cflags: -I${includedir}
13
This page took 0.02891 seconds and 4 git commands to generate.