Clean-up: modernize pretty_xml.cpp
[lttng-tools.git] / Makefile.am
... / ...
CommitLineData
1AM_CPPFLAGS = -I$(top_srcdir)/include
2
3if HAVE_LIBLTTNG_UST_CTL
4noinst_LTLIBRARIES = liblttng-ustconsumer.la
5
6liblttng_ustconsumer_la_SOURCES = lttng-ustconsumer.c
7
8liblttng_ustconsumer_la_LIBADD = -llttng-ust-ctl
9endif
This page took 0.023304 seconds and 5 git commands to generate.