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