tap-driver.sh: flush stdout after each test result
[babeltrace.git] / 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 = \
834e9996 7 component-class-sink-colander.c \
3b37d465 8 component-class.c \
834e9996
PP
9 component-filter.c \
10 component-sink.c \
11 component-source.c \
12 component.c \
7d55361f 13 connection.c \
834e9996 14 graph.c \
361ac4a6 15 iterator.c \
834e9996 16 port.c \
1286dcbb 17 query-executor.c
78586d8a 18
c5504f73 19libgraph_la_LIBADD = \
b09a5592 20 message/libgraph-message.la
This page took 0.0434330000000001 seconds and 4 git commands to generate.