Fix: Don't override user variables within the build system
[babeltrace.git] / plugins / utils / trimmer / Makefile.am
index f229fc6875b4b2914c701cf8fd638603f36e70f2..1fba28cecb8b0b56c87a89578148d9c12ec1ec97 100644 (file)
@@ -1,8 +1,13 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins
+AM_CPPFLAGS += -I$(top_srcdir)/plugins \
+           -I$(top_srcdir)/plugins/libctfcopytrace
 
 noinst_LTLIBRARIES = libbabeltrace-plugin-trimmer.la
 libbabeltrace_plugin_trimmer_la_SOURCES = \
        trimmer.c \
        iterator.c \
+       copy.c \
        trimmer.h \
-       iterator.h
+       iterator.h \
+       copy.h \
+       logging.c \
+       logging.h
This page took 0.037264 seconds and 4 git commands to generate.