lib: add bt_get_{greatest_operative,maximal}_mip_version() functions
[babeltrace.git] / src / lib / graph / Makefile.am
index a7a9c03720106ff1c4546836e0f7f54e76d3d98c..7a9d63ee15b810a3b48a3521b8aac1c36877a53a 100644 (file)
@@ -4,18 +4,20 @@ 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-descriptor-set.c \
+       component-descriptor-set.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 \
@@ -23,6 +25,7 @@ libgraph_la_SOURCES = \
        interrupter.c \
        interrupter.h \
        iterator.c \
+       mip.c \
        port.c \
        port.h \
        query-executor.c \
This page took 0.02481 seconds and 4 git commands to generate.