lib: add bt_graph_add_simple_sink_component()
[babeltrace.git] / src / lib / graph / Makefile.am
index aa9d86c7710f4cc5c12a7d9fda63e83e7cb2eebb..16e0a1e29a411d2a7fb9726f54a2f99c46e0dd7a 100644 (file)
@@ -4,16 +4,18 @@ 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-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 \
This page took 0.026811 seconds and 4 git commands to generate.