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