Commit | Line | Data |
---|---|---|
4cf459a7 YB |
1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | |
3 | libdir=@libdir@ | |
4 | includedir=@includedir@ | |
5 | ||
6 | Name: LTTng Userspace Tracer | |
74a6d87b | 7 | Description: The LTTng Userspace Tracer (UST) is a library accompanied by a set of tools to trace userspace code. |
4cf459a7 YB |
8 | Version: @PACKAGE_VERSION@ |
9 | Requires: | |
10 | Requires.private: liburcu-bp | |
bcba529f | 11 | Libs: -L${libdir} -llttng-ust -ldl |
4cf459a7 YB |
12 | Cflags: -I${includedir} |
13 |