Rename text.text sink CC to text.pretty
[babeltrace.git] / plugins / text / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins
2
3 SUBDIRS = pretty .
4
5 plugindir = "$(PLUGINSDIR)"
6 plugin_LTLIBRARIES = libbabeltrace-plugin-text.la
7
8 libbabeltrace_plugin_text_la_SOURCES = plugin.c
9 libbabeltrace_plugin_text_la_LDFLAGS = \
10 -version-info $(BABELTRACE_LIBRARY_VERSION)
11 libbabeltrace_plugin_text_la_LIBADD = \
12 $(top_builddir)/lib/libbabeltrace.la \
13 pretty/libbabeltrace-plugin-text-pretty-cc.la
This page took 0.03022 seconds and 5 git commands to generate.