Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / Makefile.am
1 # SPDX-FileCopyrightText: 2023 EfficiOS, Inc
2 #
3 # SPDX-License-Identifier: LGPL-2.1-only
4
5 SUBDIRS = \
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
16 if ENABLE_UST_DL
17 SUBDIRS += lttng-ust-dl
18 endif
19
20 if ENABLE_JNI_INTERFACE
21 SUBDIRS += lttng-ust-java
22 endif
23
24 if ENABLE_JAVA_AGENT
25 SUBDIRS += lttng-ust-java-agent
26 endif
27
28 if ENABLE_PYTHON_AGENT
29 SUBDIRS += lttng-ust-python-agent
30 endif
31
32 pkgconfigdir = $(libdir)/pkgconfig
33 pkgconfig_DATA = lttng-ust.pc lttng-ust-ctl.pc
This page took 0.028898 seconds and 4 git commands to generate.