trimmer: Update the bounds of the trimmed packets
[babeltrace.git] / plugins / utils / trimmer / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins \
2 -I$(top_srcdir)/plugins/libctfcopytrace
3
4 noinst_LTLIBRARIES = libbabeltrace-plugin-trimmer.la
5 libbabeltrace_plugin_trimmer_la_SOURCES = \
6 trimmer.c \
7 iterator.c \
8 copy.c \
9 trimmer.h \
10 iterator.h \
11 copy.h
This page took 0.030967 seconds and 4 git commands to generate.