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