Fix builds with built-in plugins
[babeltrace.git] / plugins / ctf / fs-sink / Makefile.am
CommitLineData
d8866baa
PP
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins \
2 -I$(top_srcdir)/plugins/libctfcopytrace
3
4noinst_LTLIBRARIES = libbabeltrace-plugin-ctf-writer.la
5
c3ddb532 6libbabeltrace_plugin_ctf_writer_la_LIBADD =
d8866baa 7libbabeltrace_plugin_ctf_writer_la_SOURCES = writer.c writer.h write.c
c3ddb532
PP
8
9if !BUILT_IN_PLUGINS
10libbabeltrace_plugin_ctf_writer_la_LIBADD += \
11 $(top_builddir)/plugins/libctfcopytrace/libctfcopytrace.la
12endif
This page took 0.023716 seconds and 4 git commands to generate.