tap-driver.sh: flush stdout after each test result
[babeltrace.git] / plugins / text / Makefile.am
1 AM_CPPFLAGS += -I$(top_srcdir)/plugins
2
3 SUBDIRS = pretty dmesg
4
5 plugindir = "$(PLUGINSDIR)"
6 plugin_LTLIBRARIES = babeltrace-plugin-text.la
7
8 babeltrace_plugin_text_la_SOURCES = plugin.c
9 babeltrace_plugin_text_la_LDFLAGS = \
10 $(LT_NO_UNDEFINED) \
11 -avoid-version -module
12
13 babeltrace_plugin_text_la_LIBADD = \
14 pretty/libbabeltrace2-plugin-text-pretty-cc.la \
15 dmesg/libbabeltrace2-plugin-text-dmesg-cc.la
16
17 if !ENABLE_BUILT_IN_PLUGINS
18 babeltrace_plugin_text_la_LIBADD += \
19 $(top_builddir)/lib/libbabeltrace2.la \
20 $(top_builddir)/common/libbabeltrace2-common.la \
21 $(top_builddir)/logging/libbabeltrace2-logging.la \
22 $(top_builddir)/compat/libcompat.la
23 endif
This page took 0.029756 seconds and 4 git commands to generate.