Make the receiving thread non blocking
[lttng-tools.git] / ltt-kconsumerd / Makefile.am
CommitLineData
1ce86c9a 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttkconsumerd -I$(top_srcdir)/liblttsessiondcomm -I$(top_srcdir)/libkernelctl
d4a1283e 2
2b1173d8 3bin_PROGRAMS = ltt-kconsumerd
d4a1283e 4
2b1173d8 5ltt_kconsumerd_SOURCES = ltt-kconsumerd.c
d4a1283e 6
2b1173d8 7ltt_kconsumerd_LDADD = \
d4a1283e 8 $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la \
1ce86c9a
JD
9 $(top_builddir)/libkernelctl/libkernelctl.la \
10 $(top_builddir)/liblttkconsumerd/liblttkconsumerd.la
This page took 0.02358 seconds and 4 git commands to generate.