sink.text.pretty: print inactivity msg handling with BT_LOGD_STR
[babeltrace.git] / plugins / text / pretty / Makefile.am
index 1cb89a2f1f052912fd0252339adfbd3ac58aa070..7af0f29d5c59891901db627ada2d71a184908d20 100644 (file)
@@ -1,12 +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
-
-libbabeltrace_plugin_text_pretty_cc_la_LIBADD = \
-       $(top_builddir)/common/libbabeltrace-common.la
+       pretty.h \
+       print.c
This page took 0.030937 seconds and 4 git commands to generate.