Remove legacy printf_verbose()/printf_debug() and others
[babeltrace.git] / plugins / utils / trimmer / Makefile.am
index a8de1c14f4fd4b88765efc639c897560f63eca93..db1ca0f93b325d432c56e72c2b8ba7c207f02d07 100644 (file)
@@ -8,4 +8,15 @@ libbabeltrace_plugin_trimmer_la_SOURCES = \
        copy.c \
        trimmer.h \
        iterator.h \
-       copy.h
+       copy.h \
+       logging.c \
+       logging.h
+
+libbabeltrace_plugin_trimmer_la_LIBADD =
+
+if !BUILT_IN_PLUGINS
+libbabeltrace_plugin_trimmer_la_LIBADD += \
+       $(top_builddir)/plugins/libctfcopytrace/libctfcopytrace.la \
+       $(top_builddir)/common/libbabeltrace-common.la \
+       $(top_builddir)/logging/libbabeltrace-logging.la
+endif
This page took 0.026158 seconds and 4 git commands to generate.