X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=90007da2aa9c90f5487474df348b4b28fd33a527;hb=fb7ff115d1c09334777a2cca347555765f3ce172;hp=0a9bb9abe17d5250c3e342fac2bc9c666e70388d;hpb=d2c0553c848fd84979ac2d3d5fce8fafd56105b3;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index 0a9bb9ab..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 formats lib 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