text.pretty: use clock class with highest priority to print the timestamp
[babeltrace.git] / plugins / text / pretty / Makefile.am
CommitLineData
3228cc1d
PP
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins
2
3228cc1d
PP
3noinst_LTLIBRARIES = libbabeltrace-plugin-text-pretty-cc.la
4
5# ctf-text plugin
6libbabeltrace_plugin_text_pretty_cc_la_SOURCES = \
7 pretty.c \
8 print.c \
9 pretty.h
10
11libbabeltrace_plugin_text_pretty_cc_la_LIBADD = \
12 $(top_builddir)/common/libbabeltrace-common.la
This page took 0.023765 seconds and 4 git commands to generate.