Fix wrong include file name in Makefile.am
[lttng-tools.git] / ltt-sessiond / Makefile.am
CommitLineData
20fe2104 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttsessiondcomm -I$(top_srcdir)/libkernelctl
5b74c7b1 2AM_CFLAGS = -fno-strict-aliasing
fac6795d
DG
3
4bin_PROGRAMS = ltt-sessiond
5
54012638 6ltt_sessiond_SOURCES = trace.c session.c traceable-app.c ust-ctl.c kernel-ctl.c main.c
fac6795d
DG
7
8ltt_sessiond_LDADD = \
20fe2104
DG
9 $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la \
10 $(top_builddir)/libkernelctl/libkernelctl.la
This page took 0.03411 seconds and 5 git commands to generate.