X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=642466fa21c93dce6d47a34a2ea7c8150eebc55e;hb=5c97e2daa9712d1fc3e1df186b25367b1e4cb8b1;hp=4fa6571ebd4d26f36e627a986e1f62807b7c9300;hpb=e92927d14bed54c7a1c97341abf58f17a0015bdb;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index 4fa6571e..642466fa 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 = include types formats lib 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 \ + version