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