Add locking for all session data structure
[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
8e68d1c8 8ltt_sessiond_SOURCES = utils.c trace.c session.c traceable-app.c ust-ctl.c kernel-ctl.c main.c
fac6795d
DG
9
10ltt_sessiond_LDADD = \
20fe2104 11 $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la \
62d3069f
DG
12 $(top_builddir)/libkernelctl/libkernelctl.la \
13 $(top_builddir)/libustctl/libustctl.la
This page took 0.022924 seconds and 4 git commands to generate.