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