Commit | Line | Data |
---|---|---|
9d16b343 MJ |
1 | # SPDX-License-Identifier: GPL-2.0-only |
2 | ||
b7d2e95f | 3 | ACLOCAL_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). | |
7 | SUBDIRS = include doc src tests doc/examples | |
87fb9fc0 JR |
8 | |
9 | if BUILD_EXTRAS | |
10 | SUBDIRS += extras | |
11 | endif | |
b903e1f1 | 12 | |
fe0a3b61 | 13 | dist_doc_DATA = LICENSE \ |
ab1bb74d | 14 | ChangeLog \ |
ae403e46 | 15 | README.adoc |
cf65966e | 16 | |
d17cc1f3 | 17 | dist_noinst_DATA = CodingStyle.md |
5b6742b7 | 18 | |
ab5be9fa MJ |
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 \ | |
116a02e3 | 25 | LICENSES/BSL-1.0 \ |
2ebe596e | 26 | version |