Commit | Line | Data |
---|---|---|
05c03100 | 1 | AM_CPPFLAGS += -I$(top_srcdir)/plugins |
a6fe9093 | 2 | |
312c056a | 3 | SUBDIRS = pretty dmesg |
a6fe9093 | 4 | |
a094f13b | 5 | plugindir = "$(PLUGINSDIR)" |
22e7ae19 | 6 | plugin_LTLIBRARIES = babeltrace-plugin-text.la |
a6fe9093 | 7 | |
22e7ae19 MJ |
8 | babeltrace_plugin_text_la_SOURCES = plugin.c |
9 | babeltrace_plugin_text_la_LDFLAGS = \ | |
c5410abe | 10 | $(LT_NO_UNDEFINED) \ |
22e7ae19 MJ |
11 | -avoid-version -module |
12 | ||
13 | babeltrace_plugin_text_la_LIBADD = \ | |
a12f3d62 MJ |
14 | pretty/libbabeltrace2-plugin-text-pretty-cc.la \ |
15 | dmesg/libbabeltrace2-plugin-text-dmesg-cc.la | |
c3ddb532 | 16 | |
9ffc0257 | 17 | if !ENABLE_BUILT_IN_PLUGINS |
22e7ae19 | 18 | babeltrace_plugin_text_la_LIBADD += \ |
a12f3d62 MJ |
19 | $(top_builddir)/lib/libbabeltrace2.la \ |
20 | $(top_builddir)/common/libbabeltrace2-common.la \ | |
21 | $(top_builddir)/logging/libbabeltrace2-logging.la \ | |
33ec5dfa | 22 | $(top_builddir)/compat/libcompat.la |
c3ddb532 | 23 | endif |