lib: rename bt_plugin_create_all_*() -> bt_plugin_find_all_*()
[babeltrace.git] / lib / graph / Makefile.am
CommitLineData
6cdbfd7a
JG
1SUBDIRS = notification
2
c5504f73 3noinst_LTLIBRARIES = libgraph.la
3b37d465 4
c5504f73
PP
5# Graph library
6libgraph_la_SOURCES = \
834e9996 7 component-class-sink-colander.c \
3b37d465 8 component-class.c \
834e9996
PP
9 component-filter.c \
10 component-sink.c \
11 component-source.c \
12 component.c \
7d55361f 13 connection.c \
834e9996 14 graph.c \
361ac4a6 15 iterator.c \
834e9996 16 port.c \
1286dcbb 17 query-executor.c
78586d8a 18
c5504f73
PP
19libgraph_la_LIBADD = \
20 notification/libgraph-notification.la
This page took 0.03478 seconds and 4 git commands to generate.