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