X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=Makefile.am;h=b3a5f29c8c46060f723c18a13e54a6417df57241;hb=f9ccd9dac728d7016744deeba12a020bec160f27;hp=4fed4e8e5e533cbbee10eb5b66b85a4a2044a9f3;hpb=7722ed94615e90a46ec30fb0d6034ab01afdaf35;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index 4fed4e8e..b3a5f29c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,30 @@ -AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include +# SPDX-License-Identifier: MIT ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = include types formats lib converter tests +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 \ + version