ctfser: have dedicated signed/unsigned integer writing functions
[babeltrace.git] / plugins / ctf / fs-sink / Makefile.am
CommitLineData
989e97b6 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 =
3d85ffe1
JD
7libbabeltrace_plugin_ctf_writer_la_SOURCES = writer.c writer.h write.c \
8 logging.c logging.h
c3ddb532 9
de8bce8a 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.034511 seconds and 4 git commands to generate.