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