Add query executor
[deliverable/babeltrace.git] / lib / graph / Makefile.am
... / ...
CommitLineData
1SUBDIRS = notification
2
3noinst_LTLIBRARIES = libgraph.la
4
5# Graph library
6libgraph_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
20libgraph_la_LIBADD = \
21 notification/libgraph-notification.la
This page took 0.023232 seconds and 5 git commands to generate.