lib: remove colander sink component class
[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.c \
8 component-class.c \
9 component-class.h \
10 component-filter.c \
11 component-filter.h \
12 component.h \
13 component-sink.c \
14 component-sink.h \
15 component-source.c \
16 component-source.h \
17 connection.c \
18 connection.h \
19 graph.c \
20 graph.h \
21 interrupter.c \
22 interrupter.h \
23 iterator.c \
24 port.c \
25 port.h \
26 query-executor.c \
27 query-executor.h
28
29 libgraph_la_LIBADD = \
30 message/libgraph-message.la
This page took 0.030664 seconds and 5 git commands to generate.