Create a library for the kernel consumer
[lttng-tools.git] / kconsumerd / Makefile.am
CommitLineData
1ce86c9a 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttkconsumerd -I$(top_srcdir)/liblttsessiondcomm -I$(top_srcdir)/libkernelctl
d4a1283e
JD
2
3bin_PROGRAMS = kconsumerd
4
5kconsumerd_SOURCES = kconsumerd.c
6
7kconsumerd_LDADD = \
8 $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la \
1ce86c9a
JD
9 $(top_builddir)/libkernelctl/libkernelctl.la \
10 $(top_builddir)/liblttkconsumerd/liblttkconsumerd.la
This page took 0.022432 seconds and 4 git commands to generate.