Update version to 2.0-pre3
[lttng-tools.git] / ltt-sessiond / Makefile.am
CommitLineData
62d3069f 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttsessiondcomm \
36c0262a
DG
2 -I$(top_srcdir)/libkernelctl -I$(top_srcdir)/libustctl \
3 -DINSTALL_BIN_PATH=\"$(bindir)\"
3f5fa9ed 4
5b74c7b1 5AM_CFLAGS = -fno-strict-aliasing
fac6795d
DG
6
7bin_PROGRAMS = ltt-sessiond
8
6e2d116c
DG
9ltt_sessiond_SOURCES = utils.c trace.c session.c traceable-app.c ust-ctl.c kernel-ctl.c main.c \
10 utils.h trace.h session.h traceable-app.h ust-ctl.h kernel-ctl.h ltt-sessiond.h
fac6795d
DG
11
12ltt_sessiond_LDADD = \
20fe2104 13 $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la \
62d3069f
DG
14 $(top_builddir)/libkernelctl/libkernelctl.la \
15 $(top_builddir)/libustctl/libustctl.la
This page took 0.0284 seconds and 4 git commands to generate.