X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=a87995b6ba2313bab38830c318c8263e079e7f27;hb=163cd4b11889773a6790620b257a5172c56446a7;hp=7a636128d588ab980461cca49ebedf6efc302cff;hpb=6aa249b5fbead5507a40500d29ef1640832eb2fc;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index 7a636128..a87995b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,31 @@ -AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include +# SPDX-License-Identifier: MIT ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = include types lib formats converter tests doc extras +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/BSL-1.0 \ + 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.sh \ + tools/lint-py.sh \ + version