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