test_sessions: add fflush after printf not ending with newline
[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
9
10endif
This page took 0.040305 seconds and 5 git commands to generate.