Handle splice errors
[lttng-tools.git] / kconsumerd / Makefile.am
CommitLineData
d4a1283e
JD
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttsessiondcomm -I$(top_srcdir)/libkernelctl
2
3bin_PROGRAMS = kconsumerd
4
5kconsumerd_SOURCES = kconsumerd.c
6
7kconsumerd_LDADD = \
8 $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la \
9 $(top_builddir)/libkernelctl/libkernelctl.la
This page took 0.022143 seconds and 4 git commands to generate.