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