tap-driver.sh: flush stdout after each test result
[babeltrace.git] / plugins / text / pretty / Makefile.am
index 7d990aa04e086929bfb2a4f9d7357f61088e7081..72c0ab10634a05bbd32aa78c98daa646502f7dcd 100644 (file)
@@ -1,9 +1,11 @@
 AM_CPPFLAGS += -I$(top_srcdir)/plugins
 
-noinst_LTLIBRARIES = libbabeltrace-plugin-text-pretty-cc.la
+noinst_LTLIBRARIES = libbabeltrace2-plugin-text-pretty-cc.la
 
 # ctf-text plugin
-libbabeltrace_plugin_text_pretty_cc_la_SOURCES = \
+libbabeltrace2_plugin_text_pretty_cc_la_SOURCES = \
+       logging.c \
+       logging.h \
        pretty.c \
-       print.c \
-       pretty.h
+       pretty.h \
+       print.c
This page took 0.024264 seconds and 4 git commands to generate.