Allow run-as to generate filter bytecode.
[lttng-tools.git] / Makefile.am
CommitLineData
9d16b343
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
b7d2e95f 3ACLOCAL_AMFLAGS = -I m4
fac6795d 4
4fc83d94 5DIST_SUBDIRS = include doc src extras tests
87fb9fc0 6
4fc83d94 7SUBDIRS = include doc src tests
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 \
2ebe596e 25 version
This page took 0.061758 seconds and 5 git commands to generate.