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