Introduce bt_plugin and bt_component_class
[babeltrace.git] / plugins / Makefile.am
index 271190b8a6f63a0e17d033d29e1976a6ca9bd40b..88643977fa8bae81ae642d6171e81fa5dcfeb327 100644 (file)
@@ -1,11 +1,14 @@
 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
-SUBDIRS = . ctf
+SUBDIRS = .
 
 lib_LTLIBRARIES = libbabeltrace-plugin.la
 
 # Plug-in system library
 libbabeltrace_plugin_la_SOURCES = \
+       component.c \
+       component-class.c \
+       component-factory.c \
        plugin.c \
        source.c \
        sink.c \
This page took 0.022617 seconds and 4 git commands to generate.