Start of bt_component_factory implementation
[babeltrace.git] / plugins / Makefile.am
index ffb0295b963c518659d12d405aab0582f9ff07f9..53b9ec32fa2b77df79a4d6f9fd60624a0aedfea9 100644 (file)
@@ -1,12 +1,13 @@
 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-factory.c \
        source.c \
        sink.c \
        iterator.c
This page took 0.022577 seconds and 4 git commands to generate.