Add query executor
[babeltrace.git] / lib / graph / Makefile.am
1 SUBDIRS = notification
2
3 noinst_LTLIBRARIES = libgraph.la
4
5 # Graph library
6 libgraph_la_SOURCES = \
7 clock-class-priority-map.c \
8 component.c \
9 component-class.c \
10 graph.c \
11 connection.c \
12 port.c \
13 source.c \
14 sink.c \
15 filter.c \
16 iterator.c \
17 component-class-sink-colander.c \
18 query-executor.c
19
20 libgraph_la_LIBADD = \
21 notification/libgraph-notification.la
This page took 0.029372 seconds and 4 git commands to generate.