X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=ec8ba78b8b147f7d3d35224317bafc40855c848e;hb=d6701381e38348beced306a0ad9947fb3fb8ad82;hp=cb1ec0f7171ab9180f7f4b3c980ecc77a11df6cd;hpb=916d0d910ad5407bc7826505aa05b277f5739a34;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index cb1ec0f7..ec8ba78b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: MIT + ACLOCAL_AMFLAGS = -I m4 SUBDIRS = \ @@ -6,7 +8,22 @@ SUBDIRS = \ doc \ tests -dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \ - std-ext-lib.txt README CONTRIBUTING.adoc +dist_doc_DATA = \ + ChangeLog \ + CONTRIBUTING.adoc \ + LICENSE \ + README.adoc dist_noinst_DATA = CodingStyle + +EXTRA_DIST = \ + LICENSES/BSD-2-Clause \ + LICENSES/BSD-4-Clause \ + LICENSES/CC-BY-SA-4.0 \ + LICENSES/GPL-2.0 \ + LICENSES/GPL-3.0 \ + LICENSES/LGPL-2.1 \ + LICENSES/MIT \ + std-ext-lib.txt \ + tools/format-cpp \ + version