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