UST consumer: fix read on hangup, and UST get subbuf error handling
[lttng-tools.git] / liblttng-ustconsumer / 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.022069 seconds and 4 git commands to generate.