Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / Makefile.am
... / ...
CommitLineData
1# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
2#
3# SPDX-License-Identifier: LGPL-2.1-only
4
5SUBDIRS = \
6 lttng-ust-common \
7 lttng-ust-tracepoint \
8 lttng-ust \
9 lttng-ust-ctl \
10 lttng-ust-fd \
11 lttng-ust-fork \
12 lttng-ust-cyg-profile \
13 lttng-ust-libc-wrapper \
14 lttng-ust-pthread-wrapper
15
16if ENABLE_UST_DL
17SUBDIRS += lttng-ust-dl
18endif
19
20if ENABLE_JNI_INTERFACE
21SUBDIRS += lttng-ust-java
22endif
23
24if ENABLE_JAVA_AGENT
25SUBDIRS += lttng-ust-java-agent
26endif
27
28if ENABLE_PYTHON_AGENT
29SUBDIRS += lttng-ust-python-agent
30endif
31
32pkgconfigdir = $(libdir)/pkgconfig
33pkgconfig_DATA = lttng-ust.pc lttng-ust-ctl.pc
This page took 0.022375 seconds and 4 git commands to generate.