lib: add bt_graph_add_simple_sink_component()
[babeltrace.git] / src / lib / graph / Makefile.am
1 SUBDIRS = message
2
3 noinst_LTLIBRARIES = libgraph.la
4
5 # Graph library
6 libgraph_la_SOURCES = \
7 component-class-sink-simple.c \
8 component-class-sink-simple.h \
9 component-class.c \
10 component-class.h \
11 component-filter.c \
12 component-filter.h \
13 component-sink.c \
14 component-sink.h \
15 component-source.c \
16 component-source.h \
17 component.c \
18 component.h \
19 connection.c \
20 connection.h \
21 graph.c \
22 graph.h \
23 interrupter.c \
24 interrupter.h \
25 iterator.c \
26 port.c \
27 port.h \
28 query-executor.c \
29 query-executor.h
30
31 libgraph_la_LIBADD = \
32 message/libgraph-message.la
This page took 0.030925 seconds and 5 git commands to generate.