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