X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=Makefile.am;h=636296e46e7e017fde3cce19377a875687bdeb8c;hb=ceaa850af52d745b398474c294fb9e66e3b055ce;hp=d627c840d9e8b7243de0ab004d3e5e9bb49d8d76;hpb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a;p=lttng-tools.git diff --git a/Makefile.am b/Makefile.am index d627c840d..636296e46 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,10 @@ -ACLOCAL_AMFLAGS = -I m4 +# SPDX-License-Identifier: GPL-2.0-only -DIST_SUBDIRS = include doc src extras tests +ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = include doc src tests +# `doc/examples` is placed last since it requires artifact from `src` and +# `src` can require artifact from `doc` (--enable-embedded-help). +SUBDIRS = include doc src tests doc/examples if BUILD_EXTRAS SUBDIRS += extras @@ -10,7 +12,7 @@ endif dist_doc_DATA = LICENSE \ ChangeLog \ - README.md + README.adoc dist_noinst_DATA = CodingStyle @@ -20,4 +22,5 @@ EXTRA_DIST = extras/lttng-bash_completion \ LICENSES/GPL-2.0 \ LICENSES/LGPL-2.1 \ LICENSES/MIT \ + LICENSES/BSL-1.0 \ version