plugins/ctf/plugin.c: fix comment
[babeltrace.git] / plugins / text / Makefile.am
CommitLineData
7d61fa8e 1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins
a6fe9093 2
3228cc1d 3SUBDIRS = pretty .
a6fe9093 4
a094f13b 5plugindir = "$(PLUGINSDIR)"
22e7ae19 6plugin_LTLIBRARIES = babeltrace-plugin-text.la
a6fe9093 7
22e7ae19
MJ
8babeltrace_plugin_text_la_SOURCES = plugin.c
9babeltrace_plugin_text_la_LDFLAGS = \
c5410abe 10 $(LT_NO_UNDEFINED) \
22e7ae19
MJ
11 -avoid-version -module
12
13babeltrace_plugin_text_la_LIBADD = \
3228cc1d 14 pretty/libbabeltrace-plugin-text-pretty-cc.la
c3ddb532
PP
15
16if !BUILT_IN_PLUGINS
22e7ae19 17babeltrace_plugin_text_la_LIBADD += \
c3ddb532 18 $(top_builddir)/lib/libbabeltrace.la \
b4565e8b
PP
19 $(top_builddir)/common/libbabeltrace-common.la \
20 $(top_builddir)/logging/libbabeltrace-logging.la
c3ddb532 21endif
This page took 0.031669 seconds and 4 git commands to generate.