Commit | Line | Data |
---|---|---|
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 |