Move liblttng-ust-java* 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 liblttng-ust-ctl \
10 lib
11
12 if ENABLE_PYTHON_AGENT
13 SUBDIRS += python-lttngust
14 endif
15
16 pkgconfigdir = $(libdir)/pkgconfig
17 pkgconfig_DATA = lttng-ust.pc lttng-ust-ctl.pc
This page took 0.030922 seconds and 5 git commands to generate.