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