Commit | Line | Data |
---|---|---|
2c452d45 YB |
1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | |
3 | libdir=@libdir@ | |
4 | includedir=@includedir@ | |
5 | ||
6 | Name: LTTng control library | |
c1de15c4 | 7 | Description: The LTTng control and utility library is a library used to control the tracing sessions of a LTTng-session daemon |
2c452d45 YB |
8 | Version: @PACKAGE_VERSION@ |
9 | Requires: | |
10 | Requires.private: | |
11 | Libs: -L${libdir} -llttng-ctl | |
12 | Cflags: -I${includedir} | |
13 |