Decouple component class from plugin subsystem, remove component factory
[babeltrace.git] / lib / component / Makefile.am
diff --git a/lib/component/Makefile.am b/lib/component/Makefile.am
new file mode 100644 (file)
index 0000000..4af458c
--- /dev/null
@@ -0,0 +1,19 @@
+AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
+
+SUBDIRS = notification
+
+noinst_LTLIBRARIES = libcomponent.la
+
+# Plug-in system library
+libcomponent_la_SOURCES = \
+       component.c \
+       component-class.c \
+       component-graph.c \
+       source.c \
+       sink.c \
+       filter.c \
+       iterator.c \
+       input.c
+
+libcomponent_la_LIBADD = \
+       notification/libcomponent-notification.la
This page took 0.030945 seconds and 4 git commands to generate.