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