Fix: filter: memory leak in filter_parser_ctx
[lttng-tools.git] / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 ACLOCAL_AMFLAGS = -I m4
4
5 DIST_SUBDIRS = include doc src extras tests
6
7 SUBDIRS = include doc src tests
8
9 if BUILD_EXTRAS
10 SUBDIRS += extras
11 endif
12
13 dist_doc_DATA = LICENSE \
14 ChangeLog \
15 README.adoc
16
17 dist_noinst_DATA = CodingStyle
18
19 EXTRA_DIST = extras/lttng-bash_completion \
20 LICENSES/BSD-2-Clause \
21 LICENSES/BSD-3-Clause \
22 LICENSES/GPL-2.0 \
23 LICENSES/LGPL-2.1 \
24 LICENSES/MIT \
25 LICENSES/BSL-1.0 \
26 version
This page took 0.030323 seconds and 4 git commands to generate.