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