Fix: {graph,query-executor}.h: missing `STATUS_` before `MEMORY_ERROR`
[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 \
834e9996 28 port.c \
57952005
MJ
29 port.h \
30 query-executor.c \
31 query-executor.h
78586d8a 32
c5504f73 33libgraph_la_LIBADD = \
b09a5592 34 message/libgraph-message.la
This page took 0.058176 seconds and 4 git commands to generate.