Rename writer.writer -> ctf.fs (sink) and standardize plugin descriptions
[babeltrace.git] / plugins / ctf / fs-sink / Makefile.am
diff --git a/plugins/ctf/fs-sink/Makefile.am b/plugins/ctf/fs-sink/Makefile.am
new file mode 100644 (file)
index 0000000..62f7711
--- /dev/null
@@ -0,0 +1,8 @@
+AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins \
+       -I$(top_srcdir)/plugins/libctfcopytrace
+
+noinst_LTLIBRARIES = libbabeltrace-plugin-ctf-writer.la
+
+libbabeltrace_plugin_ctf_writer_la_LIBADD = \
+       $(top_builddir)/plugins/libctfcopytrace/libctfcopytrace.la
+libbabeltrace_plugin_ctf_writer_la_SOURCES = writer.c writer.h write.c
This page took 0.02931 seconds and 4 git commands to generate.