Fix error handling
[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
3f5fa9ed
DG
4INCLUDES = -DINSTALL_PATH=\""$(bindir)"\"
5
5b74c7b1 6AM_CFLAGS = -fno-strict-aliasing
fac6795d
DG
7
8bin_PROGRAMS = ltt-sessiond
9
6e2d116c
DG
10ltt_sessiond_SOURCES = utils.c trace.c session.c traceable-app.c ust-ctl.c kernel-ctl.c main.c \
11 utils.h trace.h session.h traceable-app.h ust-ctl.h kernel-ctl.h ltt-sessiond.h
fac6795d
DG
12
13ltt_sessiond_LDADD = \
20fe2104 14 $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la \
62d3069f
DG
15 $(top_builddir)/libkernelctl/libkernelctl.la \
16 $(top_builddir)/libustctl/libustctl.la
This page took 0.023162 seconds and 4 git commands to generate.