Fix build system for valid make dist
[lttng-tools.git] / ltt-sessiond / Makefile.am
CommitLineData
62d3069f
DG
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttsessiondcomm \
2 -I$(top_srcdir)/libkernelctl -I$(top_srcdir)/libustctl
3
5b74c7b1 4AM_CFLAGS = -fno-strict-aliasing
fac6795d
DG
5
6bin_PROGRAMS = ltt-sessiond
7
6e2d116c
DG
8ltt_sessiond_SOURCES = utils.c trace.c session.c traceable-app.c ust-ctl.c kernel-ctl.c main.c \
9 utils.h trace.h session.h traceable-app.h ust-ctl.h kernel-ctl.h ltt-sessiond.h
fac6795d
DG
10
11ltt_sessiond_LDADD = \
20fe2104 12 $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la \
62d3069f
DG
13 $(top_builddir)/libkernelctl/libkernelctl.la \
14 $(top_builddir)/libustctl/libustctl.la
This page took 0.022763 seconds and 4 git commands to generate.