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