Move liblttng-ust-tracepoint 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-tracepoint \
6 lttng-ust \
7 lttng-ust-ctl \
8 lttng-ust-fd \
9 lttng-ust-fork \
10 lttng-ust-cyg-profile \
11 lttng-ust-libc-wrapper
12
13 if ENABLE_UST_DL
14 SUBDIRS += lttng-ust-dl
15 endif
16
17 if ENABLE_JNI_INTERFACE
18 SUBDIRS += lttng-ust-java
19 endif
20
21 if ENABLE_JAVA_AGENT
22 SUBDIRS += lttng-ust-java-agent
23 endif
24
25 if ENABLE_PYTHON_AGENT
26 SUBDIRS += lttng-ust-python-agent
27 endif
This page took 0.071911 seconds and 4 git commands to generate.