Fix: Don't override user variables within the build system
[babeltrace.git] / plugins / utils / trimmer / Makefile.am
CommitLineData
05c03100 1AM_CPPFLAGS += -I$(top_srcdir)/plugins \
19ce87a4 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.028427 seconds and 4 git commands to generate.