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