X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=b3a5f29c8c46060f723c18a13e54a6417df57241;hb=ac4d5cf0acd3b2c10f82da788ddc0ab08f13c138;hp=073dfc6d52d95d5443c17eafb58f58991157761b;hpb=4c8bfb7e0a9cef6e74cefa38ed54bf8cbd424183;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index 073dfc6d..b3a5f29c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,30 @@ -AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include +# SPDX-License-Identifier: MIT ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = types formats converter tests +SUBDIRS = \ + include \ + src \ + doc \ + tests + +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