Implement the Component Graph API
[babeltrace.git] / lib / plugin-system / Makefile.am
index 9fa9d9337a8cd6edc7cf88c7f7d7a7c6bec1652b..45f11d8839e2cf07f617e8a3fc04772a6df84684 100644 (file)
@@ -1,5 +1,7 @@
 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
+SUBDIRS = notification
+
 noinst_LTLIBRARIES = libplugin-system.la
 
 # Plug-in system library
@@ -7,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.025522 seconds and 4 git commands to generate.