lib: graph: add "self" and some "private" APIs
[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-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 notification/libgraph-notification.la
This page took 0.03824 seconds and 4 git commands to generate.