Fix: bt2: autodisc: remove thread error while inserting status in map
[babeltrace.git] / src / Makefile.am
CommitLineData
0235b0db
MJ
1# SPDX-License-Identifier: MIT
2
578e048b
MJ
3SUBDIRS = \
4 common \
7085eeaa 5 py-common \
01bf7a3a 6 cpp-common \
97010665 7 autodisc \
fac21c87 8 argpar \
578e048b
MJ
9 ctfser \
10 fd-cache \
11 compat \
12 logging \
13 ctf-writer \
14 lib \
ec532b44 15 string-format \
578e048b
MJ
16 python-plugin-provider \
17 plugins \
5869b179 18 param-parse \
578e048b
MJ
19 cli \
20 bindings
21
22pkgconfigdir = $(libdir)/pkgconfig
23pkgconfig_DATA = babeltrace2.pc babeltrace2-ctf-writer.pc
This page took 0.051948 seconds and 4 git commands to generate.