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