iterator: move auto-seek data in its own struct, add comments
[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
MJ
9 component-class.h \
10 component-class-sink-colander.c \
11 component-class-sink-colander.h \
834e9996 12 component-filter.c \
57952005
MJ
13 component-filter.h \
14 component.h \
834e9996 15 component-sink.c \
57952005 16 component-sink.h \
834e9996 17 component-source.c \
57952005 18 component-source.h \
7d55361f 19 connection.c \
57952005 20 connection.h \
834e9996 21 graph.c \
57952005 22 graph.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.044051 seconds and 4 git commands to generate.