Fix: lttng-snapshot: use after free of max size argument
[lttng-tools.git] / Makefile.am
CommitLineData
9d16b343
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
b7d2e95f 3ACLOCAL_AMFLAGS = -I m4
fac6795d 4
595ed92e
JR
5# `doc/examples` is placed last since it requires artifact from `src` and
6# `src` can require artifact from `doc` (--enable-embedded-help).
7SUBDIRS = include doc src tests doc/examples
87fb9fc0
JR
8
9if BUILD_EXTRAS
10SUBDIRS += extras
11endif
b903e1f1 12
fe0a3b61 13dist_doc_DATA = LICENSE \
ab1bb74d 14 ChangeLog \
ae403e46 15 README.adoc
cf65966e 16
5b6742b7
MD
17dist_noinst_DATA = CodingStyle
18
ab5be9fa
MJ
19EXTRA_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 \
116a02e3 25 LICENSES/BSL-1.0 \
2ebe596e 26 version
This page took 0.043539 seconds and 4 git commands to generate.