Put Python plugin support in a separate shared object
[babeltrace.git] / Makefile.am
... / ...
CommitLineData
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3ACLOCAL_AMFLAGS = -I m4
4
5SUBDIRS = \
6 include \
7 common \
8 types \
9 compat
10
11if WITH_PYTHON_PLUGINS
12SUBDIRS += python-plugin-provider
13endif
14
15SUBDIRS += \
16 lib \
17 formats \
18 plugins \
19 converter \
20 bindings \
21 tests \
22 doc \
23 extras
24
25dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \
26 std-ext-lib.txt README
27
28dist_noinst_DATA = CodingStyle
29
30pkgconfigdir = $(libdir)/pkgconfig
31pkgconfig_DATA = babeltrace.pc babeltrace-ctf.pc
This page took 0.025717 seconds and 4 git commands to generate.