sink.ctf.fs: Remove unused function
[babeltrace.git] / Makefile.am
CommitLineData
ac65e355
MD
1ACLOCAL_AMFLAGS = -I m4
2
c3ddb532 3SUBDIRS = include \
6fbd4105 4 common \
6f4eefbe 5 ctfser \
beb0fb75 6 compat \
1f647869
MJ
7 logging \
8 lib
6fbd4105 9
de8bce8a 10if ENABLE_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
13SUBDIRS += python-plugin-provider
14endif
15
16SUBDIRS += \
6fbd4105 17 plugins \
8d77550c 18 cli \
6fbd4105 19 bindings \
6fbd4105 20 doc \
a6918753
PP
21 extras \
22 tests
eea91b68 23
7722ed94 24dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \
12e02f34 25 std-ext-lib.txt README CONTRIBUTING.adoc
0bcabcbd
MD
26
27dist_noinst_DATA = CodingStyle
d0acc96d
YB
28
29pkgconfigdir = $(libdir)/pkgconfig
e7a7efdb 30pkgconfig_DATA = babeltrace.pc babeltrace-ctf.pc
12e02f34
PP
31
32CONTRIBUTING.html: $(srcdir)/CONTRIBUTING.adoc
33 asciidoc --verbose -a source-highlighter=pygments $<
34
35CLEANFILES = CONTRIBUTING.html
This page took 0.045859 seconds and 4 git commands to generate.