| 1 | # SPDX-License-Identifier: GPL-2.0-only |
| 2 | |
| 3 | ACLOCAL_AMFLAGS = -I m4 |
| 4 | |
| 5 | DIST_SUBDIRS = include doc src extras tests doc/examples |
| 6 | |
| 7 | # `doc/examples` is placed last since it requires artifact from `src` and |
| 8 | # `src` can require artifact from `doc` (--enable-embedded-help). |
| 9 | SUBDIRS = include doc src tests doc/examples |
| 10 | |
| 11 | if BUILD_EXTRAS |
| 12 | SUBDIRS += extras |
| 13 | endif |
| 14 | |
| 15 | dist_doc_DATA = LICENSE \ |
| 16 | ChangeLog \ |
| 17 | README.adoc |
| 18 | |
| 19 | dist_noinst_DATA = CodingStyle |
| 20 | |
| 21 | EXTRA_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 \ |
| 27 | LICENSES/BSL-1.0 \ |
| 28 | version |