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