lib: add bt_graph_add_simple_sink_component()
[babeltrace.git] / src / lib / graph / Makefile.am
index a7376fb26ab45e57acfcbeb0cda4094c10af0de1..16e0a1e29a411d2a7fb9726f54a2f99c46e0dd7a 100644 (file)
@@ -4,22 +4,24 @@ noinst_LTLIBRARIES = libgraph.la
 
 # Graph library
 libgraph_la_SOURCES = \
-       component.c \
+       component-class-sink-simple.c \
+       component-class-sink-simple.h \
        component-class.c \
        component-class.h \
-       component-class-sink-colander.c \
-       component-class-sink-colander.h \
        component-filter.c \
        component-filter.h \
-       component.h \
        component-sink.c \
        component-sink.h \
        component-source.c \
        component-source.h \
+       component.c \
+       component.h \
        connection.c \
        connection.h \
        graph.c \
        graph.h \
+       interrupter.c \
+       interrupter.h \
        iterator.c \
        port.c \
        port.h \
This page took 0.048935 seconds and 4 git commands to generate.