Move liblttng-ust-dl to 'src/lib/'
[lttng-ust.git] / src / lib / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: LGPL-2.1-only
2
3SUBDIRS = \
4 lttng-ust-fd \
5 lttng-ust-fork \
6 lttng-ust-cyg-profile \
7 lttng-ust-libc-wrapper
8
9if ENABLE_UST_DL
10SUBDIRS += lttng-ust-dl
11endif
12
13if ENABLE_PYTHON_AGENT
14SUBDIRS += lttng-ust-python-agent
15endif
This page took 0.022447 seconds and 4 git commands to generate.