fbd123585ad1655c2916d1aeae00a5e4dbc8f0c6
[lttng-ust.git] / src / lib / Makefile.am
1 # SPDX-License-Identifier: LGPL-2.1-only
2
3 SUBDIRS = \
4 lttng-ust-common \
5 lttng-ust-tracepoint \
6 lttng-ust \
7 lttng-ust-ctl \
8 lttng-ust-fd \
9 lttng-ust-fork \
10 lttng-ust-cyg-profile \
11 lttng-ust-libc-wrapper \
12 lttng-ust-pthread-wrapper
13
14 if ENABLE_UST_DL
15 SUBDIRS += lttng-ust-dl
16 endif
17
18 if ENABLE_JNI_INTERFACE
19 SUBDIRS += lttng-ust-java
20 endif
21
22 if ENABLE_JAVA_AGENT
23 SUBDIRS += lttng-ust-java-agent
24 endif
25
26 if ENABLE_PYTHON_AGENT
27 SUBDIRS += lttng-ust-python-agent
28 endif
This page took 0.029682 seconds and 3 git commands to generate.