62f771129e2ead0513913ca889bd00800580f2d4
[babeltrace.git] / plugins / ctf / fs-sink / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins \
2 -I$(top_srcdir)/plugins/libctfcopytrace
3
4 noinst_LTLIBRARIES = libbabeltrace-plugin-ctf-writer.la
5
6 libbabeltrace_plugin_ctf_writer_la_LIBADD = \
7 $(top_builddir)/plugins/libctfcopytrace/libctfcopytrace.la
8 libbabeltrace_plugin_ctf_writer_la_SOURCES = writer.c writer.h write.c
This page took 0.028861 seconds and 3 git commands to generate.