Completely rework configure.ac
[babeltrace.git] / plugins / ctf / fs-sink / Makefile.am
1 AM_CPPFLAGS += -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 libbabeltrace_plugin_ctf_writer_la_SOURCES = writer.c writer.h write.c
8
9 if !ENABLE_BUILT_IN_PLUGINS
10 libbabeltrace_plugin_ctf_writer_la_LIBADD += \
11 $(top_builddir)/plugins/libctfcopytrace/libctfcopytrace.la
12 endif
This page took 0.031468 seconds and 4 git commands to generate.