tap-driver.sh: flush stdout after each test result
[babeltrace.git] / plugins / utils / trimmer / Makefile.am
index 74bad1c912ebd36fc0cca7a6d45e7083a957ec06..050db0c43cd2dd4936b930a71f4d0551856ec906 100644 (file)
@@ -1,18 +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 = \
+noinst_LTLIBRARIES = libbabeltrace2-plugin-trimmer.la
+libbabeltrace2_plugin_trimmer_la_SOURCES = \
        trimmer.c \
-       iterator.c \
-       copy.c \
        trimmer.h \
-       iterator.h \
-       copy.h
-
-libbabeltrace_plugin_trimmer_la_LIBADD =
-
-if !BUILT_IN_PLUGINS
-libbabeltrace_plugin_trimmer_la_LIBADD += \
-       $(top_builddir)/plugins/libctfcopytrace/libctfcopytrace.la
-endif
+       logging.c \
+       logging.h
This page took 0.0235030000000001 seconds and 4 git commands to generate.