Move to kernel style SPDX license identifiers
[babeltrace.git] / src / lib / graph / Makefile.am
CommitLineData
0235b0db
MJ
1# SPDX-License-Identifier: MIT
2
d6e69534 3SUBDIRS = message
6cdbfd7a 4
c5504f73 5noinst_LTLIBRARIES = libgraph.la
3b37d465 6
c5504f73
PP
7# Graph library
8libgraph_la_SOURCES = \
078033ed
PP
9 component-class-sink-simple.c \
10 component-class-sink-simple.h \
3b37d465 11 component-class.c \
578e048b 12 component-class.h \
55f09f52
PP
13 component-descriptor-set.c \
14 component-descriptor-set.h \
d94d92ac 15 component-filter.c \
578e048b 16 component-filter.h \
d94d92ac 17 component-sink.c \
578e048b 18 component-sink.h \
d94d92ac 19 component-source.c \
578e048b 20 component-source.h \
078033ed
PP
21 component.c \
22 component.h \
7d55361f 23 connection.c \
578e048b 24 connection.h \
d94d92ac 25 graph.c \
578e048b 26 graph.h \
b70d57a1
PP
27 interrupter.c \
28 interrupter.h \
706a18f9 29 iterator.c \
a3f0c7db
SM
30 message-iterator-class.c \
31 message-iterator-class.h \
00c988c9 32 mip.c \
d94d92ac 33 port.c \
578e048b
MJ
34 port.h \
35 query-executor.c \
36 query-executor.h
78586d8a 37
c5504f73 38libgraph_la_LIBADD = \
d6e69534 39 message/libgraph-message.la
This page took 0.065552 seconds and 4 git commands to generate.