X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=Makefile.am;h=3001e2d372b08cf664e3e1fac6b40ba217c42241;hp=f5830a744e04134c0ff3988c406711219498debc;hb=9ac61dbdc19140c00f345aae570f18abbe079852;hpb=ab1bb74d4f513b5107a6504269f0e0e0b28ed217 diff --git a/Makefile.am b/Makefile.am index f5830a744..3001e2d37 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,14 @@ -ACLOCAL_AMFLAGS = -I config +# SPDX-License-Identifier: GPL-2.0-only -SUBDIRS = include \ - src \ - tests \ - extras \ - doc +ACLOCAL_AMFLAGS = -I m4 + +DIST_SUBDIRS = include doc src extras tests + +SUBDIRS = include doc src tests + +if BUILD_EXTRAS +SUBDIRS += extras +endif dist_doc_DATA = LICENSE \ ChangeLog \ @@ -12,4 +16,10 @@ dist_doc_DATA = LICENSE \ dist_noinst_DATA = CodingStyle -EXTRA_DIST = extras/lttng-bash_completion gpl-2.0.txt lgpl-2.1.txt +EXTRA_DIST = extras/lttng-bash_completion \ + LICENSES/BSD-2-Clause \ + LICENSES/BSD-3-Clause \ + LICENSES/GPL-2.0 \ + LICENSES/LGPL-2.1 \ + LICENSES/MIT \ + version