X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=90007da2aa9c90f5487474df348b4b28fd33a527;hb=3a7a9c819df9342c4e639f0853c37a582f27a6ad;hp=7197944092b86733dd9bcb39629d80ec5c6442b3;hpb=89e18e1e122b1f1ac796bf47e4b86021fd2d1d42;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index 71979440..90007da2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: MIT + ACLOCAL_AMFLAGS = -I m4 SUBDIRS = \ @@ -6,9 +8,21 @@ SUBDIRS = \ doc \ tests -dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \ - std-ext-lib.txt README.adoc CONTRIBUTING.adoc +dist_doc_DATA = \ + ChangeLog \ + CONTRIBUTING.adoc \ + LICENSE \ + README.adoc dist_noinst_DATA = CodingStyle -EXTRA_DIST = version +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 \ + version