ctfser: have dedicated signed/unsigned integer writing functions
[babeltrace.git] / plugins / ctf / fs-sink / Makefile.am
CommitLineData
05c03100 1AM_CPPFLAGS += -I$(top_srcdir)/plugins \
d8866baa
PP
2 -I$(top_srcdir)/plugins/libctfcopytrace
3
4noinst_LTLIBRARIES = libbabeltrace-plugin-ctf-writer.la
5
c3ddb532 6libbabeltrace_plugin_ctf_writer_la_LIBADD =
449f71e3
JD
7libbabeltrace_plugin_ctf_writer_la_SOURCES = writer.c writer.h write.c \
8 logging.c logging.h
c3ddb532 9
9ffc0257 10if !ENABLE_BUILT_IN_PLUGINS
c3ddb532
PP
11libbabeltrace_plugin_ctf_writer_la_LIBADD += \
12 $(top_builddir)/plugins/libctfcopytrace/libctfcopytrace.la
13endif
This page took 0.034366 seconds and 4 git commands to generate.