src: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / lttng-ust-ctl.pc.in
CommitLineData
71ca2509
MJ
1# SPDX-FileCopyrightText: 2023 EfficiOS Inc.
2#
3# SPDX-License-Identifier: GPL-2.0-only
4
a1acf2a6
MJ
5prefix=@prefix@
6exec_prefix=@exec_prefix@
7libdir=@libdir@
8includedir=@includedir@
9
10Name: LTTng Userspace Tracer control
11Description: The LTTng Userspace Tracer (UST) is a library accompanied by a set of tools to trace userspace code.
12Version: @PACKAGE_VERSION@
13Requires:
df09bde5 14Libs: -L${libdir} -llttng-ust-ctl -llttng-ust-common
a1acf2a6
MJ
15Cflags: -I${includedir}
16
This page took 0.029123 seconds and 4 git commands to generate.