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