Use `LICENSES/GPL-2.0-only` (`GPL-2.0` is deprecated)
[babeltrace.git] / Makefile.am
index 0a9bb9abe17d5250c3e342fac2bc9c666e70388d..2c6331860ae9c2dad0c036be5c46d5f98fdf7b86 100644 (file)
@@ -1,8 +1,31 @@
-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/BSL-1.0 \
+       LICENSES/CC-BY-SA-4.0 \
+       LICENSES/GPL-2.0-only \
+       LICENSES/GPL-3.0 \
+       LICENSES/LGPL-2.1-only \
+       LICENSES/MIT \
+       std-ext-lib.txt \
+       tools/format-cpp.sh \
+       tools/lint-py.sh \
+       version
This page took 0.022951 seconds and 4 git commands to generate.