Rename "tracing session" -> "recording session"
[lttng-tools.git] / src / lib / lttng-ctl / lttng-ctl.pc.in
CommitLineData
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
6prefix=@prefix@
7exec_prefix=@exec_prefix@
8libdir=@libdir@
9includedir=@includedir@
10
11Name: LTTng control library
e9711845 12Description: Control LTTng recording sessions and triggers
2c452d45
YB
13Version: @PACKAGE_VERSION@
14Requires:
15Requires.private:
16Libs: -L${libdir} -llttng-ctl
17Cflags: -I${includedir}
18
This page took 0.043017 seconds and 4 git commands to generate.