Add base plug-in skeletons
[babeltrace.git] / plugins / Makefile.am
index ffb0295b963c518659d12d405aab0582f9ff07f9..28bd175d3021df7dc9bfdfb7020da80e1a7df814 100644 (file)
@@ -1,17 +1,20 @@
 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
-SUBDIRS = . ctf
+SUBDIRS = . ctf text
 
 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 \
        iterator.c
 
-# Request that the linker keeps all static librarie objects.
+# Request that the linker keeps all static library objects.
 libbabeltrace_plugin_la_LDFLAGS = \
        -Wl,--no-as-needed -version-info $(BABELTRACE_LIBRARY_VERSION)
 
This page took 0.023593 seconds and 4 git commands to generate.