1 ACLOCAL_AMFLAGS = -I m4
11 if ENABLE_PYTHON_PLUGINS
12 # Only build the Python plugin provider shared object if the
13 # configuration doesn't ask to make it built-in.
14 SUBDIRS += python-plugin-provider
25 dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \
26 std-ext-lib.txt README CONTRIBUTING.adoc
28 dist_noinst_DATA = CodingStyle
30 pkgconfigdir = $(libdir)/pkgconfig
31 pkgconfig_DATA = babeltrace2.pc babeltrace2-ctf.pc
33 # This is a convenience target, it's not part of the build process.
34 CONTRIBUTING.html: CONTRIBUTING.adoc
35 $(ASCIIDOC) --verbose -a source-highlighter=pygments $<
37 CLEANFILES = CONTRIBUTING.html