Rename text.text sink CC to text.pretty
[babeltrace.git] / plugins / text / pretty / Makefile.am
diff --git a/plugins/text/pretty/Makefile.am b/plugins/text/pretty/Makefile.am
new file mode 100644 (file)
index 0000000..badc92a
--- /dev/null
@@ -0,0 +1,14 @@
+AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins
+
+SUBDIRS = .
+
+noinst_LTLIBRARIES = libbabeltrace-plugin-text-pretty-cc.la
+
+# ctf-text plugin
+libbabeltrace_plugin_text_pretty_cc_la_SOURCES = \
+       pretty.c \
+       print.c \
+       pretty.h
+
+libbabeltrace_plugin_text_pretty_cc_la_LIBADD = \
+       $(top_builddir)/common/libbabeltrace-common.la
This page took 0.024192 seconds and 4 git commands to generate.