Discover plugins in converter.c
[babeltrace.git] / plugins / Makefile.am
index 88643977fa8bae81ae642d6171e81fa5dcfeb327..29226a301ca4f1181674895571100c985cc45547 100644 (file)
@@ -1,6 +1,6 @@
 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
-SUBDIRS = .
+SUBDIRS = . ctf
 
 lib_LTLIBRARIES = libbabeltrace-plugin.la
 
@@ -14,7 +14,7 @@ libbabeltrace_plugin_la_SOURCES = \
        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.023076 seconds and 4 git commands to generate.