X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=Makefile.am;h=90007da2aa9c90f5487474df348b4b28fd33a527;hp=de436c40b9df0b712841733740a3a8100741be67;hb=157a98edd5aebe1b6ab7f60a49d8430450fabe76;hpb=9ffc0257721b043158a502d3fcd7eb275630a95b diff --git a/Makefile.am b/Makefile.am index de436c40..90007da2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,29 +1,28 @@ -ACLOCAL_AMFLAGS = -I m4 - -SUBDIRS = include \ - common \ - compat \ - logging +# SPDX-License-Identifier: MIT -if ENABLE_PYTHON_PLUGINS -# Only build the Python plugin provider shared object if the -# configuration doesn't ask to make it built-in. -SUBDIRS += python-plugin-provider -endif +ACLOCAL_AMFLAGS = -I m4 -SUBDIRS += \ - lib \ - plugins \ - cli \ - bindings \ - tests \ - doc \ - extras +SUBDIRS = \ + include \ + src \ + doc \ + tests -dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \ - std-ext-lib.txt README +dist_doc_DATA = \ + ChangeLog \ + CONTRIBUTING.adoc \ + LICENSE \ + README.adoc dist_noinst_DATA = CodingStyle -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = babeltrace.pc babeltrace-ctf.pc +EXTRA_DIST = \ + LICENSES/BSD-2-Clause \ + LICENSES/BSD-4-Clause \ + LICENSES/CC-BY-SA-4.0 \ + LICENSES/GPL-2.0 \ + LICENSES/GPL-3.0 \ + LICENSES/LGPL-2.1 \ + LICENSES/MIT \ + std-ext-lib.txt \ + version