Move to kernel style SPDX license identifiers
[babeltrace.git] / src / lib / graph / Makefile.am
1 # SPDX-License-Identifier: MIT
2
3 SUBDIRS = message
4
5 noinst_LTLIBRARIES = libgraph.la
6
7 # Graph library
8 libgraph_la_SOURCES = \
9 component-class-sink-simple.c \
10 component-class-sink-simple.h \
11 component-class.c \
12 component-class.h \
13 component-descriptor-set.c \
14 component-descriptor-set.h \
15 component-filter.c \
16 component-filter.h \
17 component-sink.c \
18 component-sink.h \
19 component-source.c \
20 component-source.h \
21 component.c \
22 component.h \
23 connection.c \
24 connection.h \
25 graph.c \
26 graph.h \
27 interrupter.c \
28 interrupter.h \
29 iterator.c \
30 message-iterator-class.c \
31 message-iterator-class.h \
32 mip.c \
33 port.c \
34 port.h \
35 query-executor.c \
36 query-executor.h
37
38 libgraph_la_LIBADD = \
39 message/libgraph-message.la
This page took 0.031237 seconds and 5 git commands to generate.