Fix build system for valid make dist
[lttng-tools.git] / ltt-sessiond / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttsessiondcomm \
2 -I$(top_srcdir)/libkernelctl -I$(top_srcdir)/libustctl
3
4 AM_CFLAGS = -fno-strict-aliasing
5
6 bin_PROGRAMS = ltt-sessiond
7
8 ltt_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
10
11 ltt_sessiond_LDADD = \
12 $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la \
13 $(top_builddir)/libkernelctl/libkernelctl.la \
14 $(top_builddir)/libustctl/libustctl.la
This page took 0.029095 seconds and 4 git commands to generate.