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