Fix: Don't override user variables within the build system
[babeltrace.git] / plugins / utils / trimmer / Makefile.am
1 AM_CPPFLAGS += -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 \
12 logging.c \
13 logging.h
This page took 0.029636 seconds and 4 git commands to generate.