Test: run debug-info even with built-in plugins
[babeltrace.git] / Makefile.am
... / ...
CommitLineData
1ACLOCAL_AMFLAGS = -I m4
2
3SUBDIRS = include \
4 common \
5 compat \
6 logging
7
8if ENABLE_PYTHON_PLUGINS
9# Only build the Python plugin provider shared object if the
10# configuration doesn't ask to make it built-in.
11SUBDIRS += python-plugin-provider
12endif
13
14SUBDIRS += \
15 lib \
16 plugins \
17 cli \
18 bindings \
19 tests \
20 doc \
21 extras
22
23dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \
24 std-ext-lib.txt README
25
26dist_noinst_DATA = CodingStyle
27
28pkgconfigdir = $(libdir)/pkgconfig
29pkgconfig_DATA = babeltrace.pc babeltrace-ctf.pc
This page took 0.022897 seconds and 4 git commands to generate.