doc: fix passing non-event messages in distill examples
[babeltrace.git] / src / plugins / text / Makefile.am
index bd74b0083c671934ee4a5fbb4e10ecb698d8028f..cd77234015ebab03de4de642b1bf6ca85863e992 100644 (file)
@@ -1,22 +1,35 @@
-SUBDIRS = pretty dmesg details
+# SPDX-License-Identifier: MIT
 
 plugindir = "$(BABELTRACE_PLUGINS_DIR)"
 plugin_LTLIBRARIES = babeltrace-plugin-text.la
 
-babeltrace_plugin_text_la_SOURCES = plugin.c
+babeltrace_plugin_text_la_SOURCES = \
+       details/colors.h \
+       details/details.c \
+       details/details.h \
+       details/obj-lifetime-mgmt.c \
+       details/obj-lifetime-mgmt.h \
+       details/write.c \
+       details/write.h \
+       dmesg/dmesg.c \
+       dmesg/dmesg.h \
+       pretty/pretty.c \
+       pretty/pretty.h \
+       pretty/print.c \
+       plugin.c
+
 babeltrace_plugin_text_la_LDFLAGS = \
+       $(AM_LDFLAGS) \
        $(LT_NO_UNDEFINED) \
-       -avoid-version -module
+       -avoid-version -module $(LD_NOTEXT)
 
-babeltrace_plugin_text_la_LIBADD = \
-       pretty/libbabeltrace2-plugin-text-pretty-cc.la \
-       dmesg/libbabeltrace2-plugin-text-dmesg-cc.la \
-       details/libbabeltrace2-plugin-text-details-cc.la
+babeltrace_plugin_text_la_LIBADD =
 
 if !ENABLE_BUILT_IN_PLUGINS
 babeltrace_plugin_text_la_LIBADD += \
        $(top_builddir)/src/lib/libbabeltrace2.la \
        $(top_builddir)/src/common/libbabeltrace2-common.la \
-       $(top_builddir)/src/logging/libbabeltrace2-logging.la \
-       $(top_builddir)/src/compat/libcompat.la
+       $(top_builddir)/src/logging/liblogging.la \
+       $(top_builddir)/src/compat/libcompat.la \
+       $(top_builddir)/src/plugins/common/param-validation/libbabeltrace2-param-validation.la
 endif
This page took 0.024271 seconds and 4 git commands to generate.