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