Commit | Line | Data |
---|---|---|
ac65e355 MD |
1 | ACLOCAL_AMFLAGS = -I m4 |
2 | ||
c3ddb532 | 3 | SUBDIRS = include \ |
6fbd4105 | 4 | common \ |
beb0fb75 PP |
5 | compat \ |
6 | logging | |
6fbd4105 | 7 | |
9ffc0257 | 8 | if ENABLE_PYTHON_PLUGINS |
c3ddb532 PP |
9 | # Only build the Python plugin provider shared object if the |
10 | # configuration doesn't ask to make it built-in. | |
6fbd4105 PP |
11 | SUBDIRS += python-plugin-provider |
12 | endif | |
13 | ||
14 | SUBDIRS += \ | |
15 | lib \ | |
6fbd4105 | 16 | plugins \ |
8d77550c | 17 | cli \ |
6fbd4105 PP |
18 | bindings \ |
19 | tests \ | |
20 | doc \ | |
21 | extras | |
eea91b68 | 22 | |
7722ed94 | 23 | dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \ |
2a1cf9f0 | 24 | std-ext-lib.txt README |
0bcabcbd MD |
25 | |
26 | dist_noinst_DATA = CodingStyle | |
d0acc96d YB |
27 | |
28 | pkgconfigdir = $(libdir)/pkgconfig | |
e7a7efdb | 29 | pkgconfig_DATA = babeltrace.pc babeltrace-ctf.pc |