sink.text.pretty: print inactivity msg handling with BT_LOGD_STR
[babeltrace.git] / plugins / text / pretty / Makefile.am
index 4af26170051e504151e1e5c4099c1355915998c4..7af0f29d5c59891901db627ada2d71a184908d20 100644 (file)
@@ -1,9 +1,11 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins
+AM_CPPFLAGS += -I$(top_srcdir)/plugins
 
 noinst_LTLIBRARIES = libbabeltrace-plugin-text-pretty-cc.la
 
 # ctf-text plugin
 libbabeltrace_plugin_text_pretty_cc_la_SOURCES = \
+       logging.c \
+       logging.h \
        pretty.c \
-       print.c \
-       pretty.h
+       pretty.h \
+       print.c
This page took 0.025135 seconds and 4 git commands to generate.