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