Completely rework configure.ac
[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/libbabeltrace-plugin-text-pretty-cc.la \
15 dmesg/libbabeltrace-plugin-text-dmesg-cc.la
16
17 if !ENABLE_BUILT_IN_PLUGINS
18 babeltrace_plugin_text_la_LIBADD += \
19 $(top_builddir)/lib/libbabeltrace.la \
20 $(top_builddir)/common/libbabeltrace-common.la \
21 $(top_builddir)/logging/libbabeltrace-logging.la \
22 $(top_builddir)/compat/libcompat.la
23 endif
This page took 0.03008 seconds and 4 git commands to generate.