Split CTF IR and CTF writer APIs and implementations
[babeltrace.git] / plugins / text / Makefile.am
CommitLineData
05c03100 1AM_CPPFLAGS += -I$(top_srcdir)/plugins
a6fe9093 2
3dca2276
PP
3SUBDIRS = pretty .
4# dmesg
a6fe9093 5
a094f13b 6plugindir = "$(PLUGINSDIR)"
22e7ae19 7plugin_LTLIBRARIES = babeltrace-plugin-text.la
a6fe9093 8
22e7ae19
MJ
9babeltrace_plugin_text_la_SOURCES = plugin.c
10babeltrace_plugin_text_la_LDFLAGS = \
c5410abe 11 $(LT_NO_UNDEFINED) \
22e7ae19
MJ
12 -avoid-version -module
13
14babeltrace_plugin_text_la_LIBADD = \
3dca2276
PP
15 pretty/libbabeltrace-plugin-text-pretty-cc.la
16
17# dmesg/libbabeltrace-plugin-text-dmesg-cc.la
c3ddb532 18
9ffc0257 19if !ENABLE_BUILT_IN_PLUGINS
22e7ae19 20babeltrace_plugin_text_la_LIBADD += \
c3ddb532 21 $(top_builddir)/lib/libbabeltrace.la \
b4565e8b 22 $(top_builddir)/common/libbabeltrace-common.la \
33ec5dfa
PP
23 $(top_builddir)/logging/libbabeltrace-logging.la \
24 $(top_builddir)/compat/libcompat.la
c3ddb532 25endif
This page took 0.03712 seconds and 4 git commands to generate.