Fix: use `babeltrace2` instead of `babeltrace` in plugin paths
[babeltrace.git] / Makefile.am
CommitLineData
ac65e355
MD
1ACLOCAL_AMFLAGS = -I m4
2
c3ddb532 3SUBDIRS = include \
6fbd4105 4 common \
013f35c6 5 ctfser \
1e638f98 6 fd-cache \
beb0fb75 7 compat \
2edd7dd4
MJ
8 logging \
9 lib
6fbd4105 10
9ffc0257 11if ENABLE_PYTHON_PLUGINS
c3ddb532
PP
12# Only build the Python plugin provider shared object if the
13# configuration doesn't ask to make it built-in.
6fbd4105
PP
14SUBDIRS += python-plugin-provider
15endif
16
17SUBDIRS += \
6fbd4105 18 plugins \
8d77550c 19 cli \
6fbd4105 20 bindings \
6fbd4105 21 doc \
312c056a
PP
22 extras \
23 tests
eea91b68 24
7722ed94 25dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \
f9ded0e0 26 std-ext-lib.txt README CONTRIBUTING.adoc
0bcabcbd
MD
27
28dist_noinst_DATA = CodingStyle
d0acc96d
YB
29
30pkgconfigdir = $(libdir)/pkgconfig
a12f3d62 31pkgconfig_DATA = babeltrace2.pc babeltrace2-ctf.pc
f9ded0e0 32
4a9f5414
MJ
33# This is a convenience target, it's not part of the build process.
34CONTRIBUTING.html: CONTRIBUTING.adoc
35 $(ASCIIDOC) --verbose -a source-highlighter=pygments $<
f9ded0e0
PP
36
37CLEANFILES = CONTRIBUTING.html
This page took 0.047993 seconds and 4 git commands to generate.