plugins/utils/muxer/muxer.c: add logging
[babeltrace.git] / plugins / utils / trimmer / Makefile.am
CommitLineData
19ce87a4
JD
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins \
2 -I$(top_srcdir)/plugins/libctfcopytrace
e0dfa761 3
3c8b7246
JD
4noinst_LTLIBRARIES = libbabeltrace-plugin-trimmer.la
5libbabeltrace_plugin_trimmer_la_SOURCES = \
e0dfa761
PP
6 trimmer.c \
7 iterator.c \
19ce87a4 8 copy.c \
e0dfa761 9 trimmer.h \
19ce87a4 10 iterator.h \
b4565e8b
PP
11 copy.h \
12 logging.c \
13 logging.h
This page took 0.027274 seconds and 4 git commands to generate.