Rename writer.writer -> ctf.fs (sink) and standardize plugin descriptions
[babeltrace.git] / plugins / ctf / fs-src / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins
2
3 noinst_LTLIBRARIES = libbabeltrace-plugin-ctf-fs.la
4
5 libbabeltrace_plugin_ctf_fs_la_LIBADD = \
6 $(builddir)/../common/libbabeltrace-plugin-ctf-common.la
7 libbabeltrace_plugin_ctf_fs_la_SOURCES = \
8 fs.c \
9 data-stream.c \
10 metadata.c \
11 file.c \
12 data-stream.h \
13 file.h \
14 fs.h \
15 lttng-index.h \
16 metadata.h \
17 print.h
This page took 0.032611 seconds and 4 git commands to generate.