Move liblttng-ust-ctl to 'src/lib/'
[lttng-ust.git] / src / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: LGPL-2.1-only
2
3SUBDIRS = \
4 common \
5 libringbuffer \
6 liblttng-ust-comm \
7 libcounter \
8 liblttng-ust \
9 lib
10
11if ENABLE_PYTHON_AGENT
12SUBDIRS += python-lttngust
13endif
14
15pkgconfigdir = $(libdir)/pkgconfig
16pkgconfig_DATA = lttng-ust.pc lttng-ust-ctl.pc
This page took 0.022478 seconds and 4 git commands to generate.