Commit | Line | Data |
---|---|---|
ab5be9fa MJ |
1 | # |
2 | # Copyright (C) 2012 Yannick Brosseau <yannick.brosseau@gmail.com> | |
3 | # | |
4 | # SPDX-License-Identifier: LGPL-2.1-only | |
5 | ||
2c452d45 YB |
6 | prefix=@prefix@ |
7 | exec_prefix=@exec_prefix@ | |
8 | libdir=@libdir@ | |
9 | includedir=@includedir@ | |
10 | ||
11 | Name: LTTng control library | |
c1de15c4 | 12 | Description: The LTTng control and utility library is a library used to control the tracing sessions of a LTTng-session daemon |
2c452d45 YB |
13 | Version: @PACKAGE_VERSION@ |
14 | Requires: | |
15 | Requires.private: | |
16 | Libs: -L${libdir} -llttng-ctl | |
17 | Cflags: -I${includedir} | |
18 |