Fix: Build out of src tree
[lttng-tools.git] / src / common / kernel-consumer / Makefile.am
CommitLineData
74130cb7
PC
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
2
10a8a223
DG
3# Kernel consumer library
4noinst_LTLIBRARIES = libkernel-consumer.la
5
1c39da61 6libkernel_consumer_la_SOURCES = kernel-consumer.c kernel-consumer.h
10a8a223
DG
7
8libkernel_consumer_la_LIBADD = \
00e2e675
DG
9 $(top_builddir)/src/common/kernel-ctl/libkernel-ctl.la \
10 $(top_builddir)/src/common/relayd/librelayd.la
This page took 0.02448 seconds and 4 git commands to generate.