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