Add `src/py-common`, containing bt_py_common_format_exception() for now
[babeltrace.git] / src / Makefile.am
1 SUBDIRS = \
2 common \
3 py-common \
4 ctfser \
5 fd-cache \
6 compat \
7 logging \
8 ctf-writer \
9 lib \
10 python-plugin-provider \
11 plugins \
12 cli \
13 bindings
14
15 pkgconfigdir = $(libdir)/pkgconfig
16 pkgconfig_DATA = babeltrace2.pc babeltrace2-ctf-writer.pc
This page took 0.030675 seconds and 5 git commands to generate.