docs: Add supported versions and fix-backport policy
[lttng-tools.git] / src / lib / lttng-ctl / lttng-ctl.pc.in
1 #
2 # Copyright (C) 2012 Yannick Brosseau <yannick.brosseau@gmail.com>
3 #
4 # SPDX-License-Identifier: LGPL-2.1-only
5
6 prefix=@prefix@
7 exec_prefix=@exec_prefix@
8 libdir=@libdir@
9 includedir=@includedir@
10
11 Name: LTTng control library
12 Description: Control LTTng recording sessions and triggers
13 Version: @PACKAGE_VERSION@
14 Requires:
15 Requires.private:
16 Libs: -L${libdir} -llttng-ctl
17 Cflags: -I${includedir}
18
This page took 0.028967 seconds and 4 git commands to generate.