Clean-up: unchecked return value
[lttng-tools.git] / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0-only
2
3ACLOCAL_AMFLAGS = -I m4
4
5DIST_SUBDIRS = include doc src extras tests
6
7SUBDIRS = include doc src tests
8
9if BUILD_EXTRAS
10SUBDIRS += extras
11endif
12
13dist_doc_DATA = LICENSE \
14 ChangeLog \
15 README.md
16
17dist_noinst_DATA = CodingStyle
18
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 \
25 version
This page took 0.021941 seconds and 4 git commands to generate.