Remove legacy printf_verbose()/printf_debug() and others
[babeltrace.git] / plugins / utils / trimmer / Makefile.am
index 8ef55db2803348b2c23633f828b2dbb72a731d61..db1ca0f93b325d432c56e72c2b8ba7c207f02d07 100644 (file)
@@ -1,8 +1,22 @@
-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-dummy-cc.la
-libbabeltrace_plugin_dummy_cc_la_SOURCES = \
+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
+
+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.024304 seconds and 4 git commands to generate.