Extend test_bitfield coverage
[babeltrace.git] / plugins / utils / trimmer / Makefile.am
index a8de1c14f4fd4b88765efc639c897560f63eca93..26917bde765f5c20d2d694d5641fa3a46dd82e67 100644 (file)
@@ -1,11 +1,9 @@
-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 \
-       copy.h
+       logging.c \
+       logging.h
This page took 0.023074 seconds and 4 git commands to generate.