X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=90007da2aa9c90f5487474df348b4b28fd33a527;hb=cbf9cf74b8e74023580ece25be51ed3a19ba016b;hp=074e17d17ed26ac6bd69ebe2429e1f02cea702e9;hpb=e419579102094d83539d79ce6af83d9786d387ee;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index 074e17d1..90007da2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,28 @@ -AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include +# SPDX-License-Identifier: MIT ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = include types lib formats converter tests doc +SUBDIRS = \ + include \ + src \ + doc \ + tests -dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \ - std-ext-lib.txt +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 \ + version