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