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