Rename writer.writer -> ctf.fs (sink) and standardize plugin descriptions
[babeltrace.git] / plugins / text / dmesg / Makefile.am
diff --git a/plugins/text/dmesg/Makefile.am b/plugins/text/dmesg/Makefile.am
new file mode 100644 (file)
index 0000000..04df5eb
--- /dev/null
@@ -0,0 +1,7 @@
+AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins
+
+noinst_LTLIBRARIES = libbabeltrace-plugin-text-dmesg-cc.la
+
+libbabeltrace_plugin_text_dmesg_cc_la_SOURCES = dmesg.c dmesg.h
+libbabeltrace_plugin_text_dmesg_cc_la_LIBADD = \
+       $(top_builddir)/common/libbabeltrace-common.la
This page took 0.023898 seconds and 4 git commands to generate.