trimmer: Update the bounds of the trimmed packets
[babeltrace.git] / plugins / utils / trimmer / Makefile.am
index f229fc6875b4b2914c701cf8fd638603f36e70f2..a8de1c14f4fd4b88765efc639c897560f63eca93 100644 (file)
@@ -1,8 +1,11 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins
+AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -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
This page took 0.023611 seconds and 4 git commands to generate.