Rename writer.writer -> ctf.fs (sink) and standardize plugin descriptions
[babeltrace.git] / plugins / text / dmesg / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins
2
3 noinst_LTLIBRARIES = libbabeltrace-plugin-text-dmesg-cc.la
4
5 libbabeltrace_plugin_text_dmesg_cc_la_SOURCES = dmesg.c dmesg.h
6 libbabeltrace_plugin_text_dmesg_cc_la_LIBADD = \
7 $(top_builddir)/common/libbabeltrace-common.la
This page took 0.030593 seconds and 4 git commands to generate.