projects
/
babeltrace.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Move to kernel style SPDX license identifiers
[babeltrace.git]
/
src
/
Makefile.am
1
# SPDX-License-Identifier: MIT
2
3
SUBDIRS = \
4
common \
5
py-common \
6
autodisc \
7
argpar \
8
ctfser \
9
fd-cache \
10
compat \
11
logging \
12
ctf-writer \
13
lib \
14
string-format \
15
python-plugin-provider \
16
plugins \
17
param-parse \
18
cli \
19
bindings
20
21
pkgconfigdir = $(libdir)/pkgconfig
22
pkgconfig_DATA = babeltrace2.pc babeltrace2-ctf-writer.pc
This page took
0.034012 seconds
and
4
git commands to generate.