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