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