Fix: relayd: erroneous rundir permission logging message
[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 5DIST_SUBDIRS = include doc src extras tests doc/examples
87fb9fc0 6
595ed92e
JR
7# `doc/examples` is placed last since it requires artifact from `src` and
8# `src` can require artifact from `doc` (--enable-embedded-help).
9SUBDIRS = include doc src tests doc/examples
87fb9fc0
JR
10
11if BUILD_EXTRAS
12SUBDIRS += extras
13endif
b903e1f1 14
fe0a3b61 15dist_doc_DATA = LICENSE \
ab1bb74d 16 ChangeLog \
ae403e46 17 README.adoc
cf65966e 18
5b6742b7
MD
19dist_noinst_DATA = CodingStyle
20
ab5be9fa
MJ
21EXTRA_DIST = extras/lttng-bash_completion \
22 LICENSES/BSD-2-Clause \
23 LICENSES/BSD-3-Clause \
24 LICENSES/GPL-2.0 \
25 LICENSES/LGPL-2.1 \
26 LICENSES/MIT \
116a02e3 27 LICENSES/BSL-1.0 \
2ebe596e 28 version
This page took 0.039917 seconds and 4 git commands to generate.