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