Move liblttng-ust to 'src/lib/'
[lttng-ust.git] / src / lib / Makefile.am
1 # SPDX-License-Identifier: LGPL-2.1-only
2
3 SUBDIRS = \
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
11 if ENABLE_UST_DL
12 SUBDIRS += lttng-ust-dl
13 endif
14
15 if ENABLE_JNI_INTERFACE
16 SUBDIRS += lttng-ust-java
17 endif
18
19 if ENABLE_JAVA_AGENT
20 SUBDIRS += lttng-ust-java-agent
21 endif
22
23 if ENABLE_PYTHON_AGENT
24 SUBDIRS += lttng-ust-python-agent
25 endif
This page took 0.035961 seconds and 5 git commands to generate.