lib: introduce bt_message_iterator_class
[babeltrace.git] / src / lib / graph / Makefile.am
CommitLineData
b09a5592 1SUBDIRS = message
6cdbfd7a 2
c5504f73 3noinst_LTLIBRARIES = libgraph.la
3b37d465 4
c5504f73
PP
5# Graph library
6libgraph_la_SOURCES = \
5efafa1a
PP
7 component-class-sink-simple.c \
8 component-class-sink-simple.h \
3b37d465 9 component-class.c \
57952005 10 component-class.h \
36e611bb
PP
11 component-descriptor-set.c \
12 component-descriptor-set.h \
834e9996 13 component-filter.c \
57952005 14 component-filter.h \
834e9996 15 component-sink.c \
57952005 16 component-sink.h \
834e9996 17 component-source.c \
57952005 18 component-source.h \
5efafa1a
PP
19 component.c \
20 component.h \
7d55361f 21 connection.c \
57952005 22 connection.h \
834e9996 23 graph.c \
57952005 24 graph.h \
33573333
PP
25 interrupter.c \
26 interrupter.h \
361ac4a6 27 iterator.c \
68e2deed
SM
28 message-iterator-class.c \
29 message-iterator-class.h \
cae164a6 30 mip.c \
834e9996 31 port.c \
57952005
MJ
32 port.h \
33 query-executor.c \
34 query-executor.h
78586d8a 35
c5504f73 36libgraph_la_LIBADD = \
b09a5592 37 message/libgraph-message.la
This page took 0.060384 seconds and 4 git commands to generate.