Add `sink.text.details`, a testing textual sink which prints details
[babeltrace.git] / src / plugins / text / details / Makefile.am
diff --git a/src/plugins/text/details/Makefile.am b/src/plugins/text/details/Makefile.am
new file mode 100644 (file)
index 0000000..fefae10
--- /dev/null
@@ -0,0 +1,9 @@
+AM_CPPFLAGS += -I$(top_srcdir)/plugins
+
+noinst_LTLIBRARIES = libbabeltrace2-plugin-text-details-cc.la
+libbabeltrace2_plugin_text_details_cc_la_SOURCES = \
+       details.c details.h \
+       write.c write.h \
+       obj-lifetime-mgmt.c obj-lifetime-mgmt.h \
+       colors.h \
+       logging.c logging.h
This page took 0.025877 seconds and 4 git commands to generate.