*_string() enumerator to string functions: remove common prefix
[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 = \
57952005 7 component.c \
3b37d465 8 component-class.c \
57952005
MJ
9 component-class.h \
10 component-class-sink-colander.c \
11 component-class-sink-colander.h \
834e9996 12 component-filter.c \
57952005
MJ
13 component-filter.h \
14 component.h \
834e9996 15 component-sink.c \
57952005 16 component-sink.h \
834e9996 17 component-source.c \
57952005 18 component-source.h \
7d55361f 19 connection.c \
57952005 20 connection.h \
834e9996 21 graph.c \
57952005 22 graph.h \
33573333
PP
23 interrupter.c \
24 interrupter.h \
361ac4a6 25 iterator.c \
834e9996 26 port.c \
57952005
MJ
27 port.h \
28 query-executor.c \
29 query-executor.h
78586d8a 30
c5504f73 31libgraph_la_LIBADD = \
b09a5592 32 message/libgraph-message.la
This page took 0.049782 seconds and 4 git commands to generate.