Implement the Component Graph API
[babeltrace.git] / lib / plugin-system / Makefile.am
index e3f9614ec4f340dbaf307e9e0b04ddab9f9bc1d5..45f11d8839e2cf07f617e8a3fc04772a6df84684 100644 (file)
@@ -9,7 +9,13 @@ libplugin_system_la_SOURCES = \
        component.c \
        component-class.c \
        component-factory.c \
+       component-graph.c \
        plugin.c \
        source.c \
        sink.c \
-       iterator.c
+       filter.c \
+       iterator.c \
+       input.c
+
+libplugin_system_la_LIBADD = \
+       notification/libplugin-system-notification.la
This page took 0.024008 seconds and 4 git commands to generate.