Create a library for the kernel consumer
[lttng-tools.git] / kconsumerd / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttkconsumerd -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 \
10 $(top_builddir)/liblttkconsumerd/liblttkconsumerd.la
This page took 0.028782 seconds and 4 git commands to generate.