tap-driver.sh: flush stdout after each test result
[babeltrace.git] / lib / graph / Makefile.am
CommitLineData
d6e69534 1SUBDIRS = message
6cdbfd7a 2
c5504f73 3noinst_LTLIBRARIES = libgraph.la
3b37d465 4
c5504f73
PP
5# Graph library
6libgraph_la_SOURCES = \
d94d92ac 7 component-class-sink-colander.c \
3b37d465 8 component-class.c \
d94d92ac
PP
9 component-filter.c \
10 component-sink.c \
11 component-source.c \
12 component.c \
7d55361f 13 connection.c \
d94d92ac 14 graph.c \
706a18f9 15 iterator.c \
d94d92ac 16 port.c \
c7eee084 17 query-executor.c
78586d8a 18
c5504f73 19libgraph_la_LIBADD = \
d6e69534 20 message/libgraph-message.la
This page took 0.040575 seconds and 4 git commands to generate.