lib: remove colander sink component class
[babeltrace.git] / src / lib / graph / Makefile.am
CommitLineData
b09a5592 1SUBDIRS = message
6cdbfd7a 2
c5504f73 3noinst_LTLIBRARIES = libgraph.la
3b37d465 4
c5504f73
PP
5# Graph library
6libgraph_la_SOURCES = \
57952005 7 component.c \
3b37d465 8 component-class.c \
57952005 9 component-class.h \
834e9996 10 component-filter.c \
57952005
MJ
11 component-filter.h \
12 component.h \
834e9996 13 component-sink.c \
57952005 14 component-sink.h \
834e9996 15 component-source.c \
57952005 16 component-source.h \
7d55361f 17 connection.c \
57952005 18 connection.h \
834e9996 19 graph.c \
57952005 20 graph.h \
33573333
PP
21 interrupter.c \
22 interrupter.h \
361ac4a6 23 iterator.c \
834e9996 24 port.c \
57952005
MJ
25 port.h \
26 query-executor.c \
27 query-executor.h
78586d8a 28
c5504f73 29libgraph_la_LIBADD = \
b09a5592 30 message/libgraph-message.la
This page took 0.04906 seconds and 4 git commands to generate.