Clean-up: optional: change space to tabs
[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
c1de15c4 12Description: The LTTng control and utility library is a library used to control the tracing sessions of a LTTng-session daemon
2c452d45
YB
13Version: @PACKAGE_VERSION@
14Requires:
15Requires.private:
16Libs: -L${libdir} -llttng-ctl
17Cflags: -I${includedir}
18
This page took 0.061623 seconds and 5 git commands to generate.