Add UST trace data structure and functions
[lttng-tools.git] / ltt-sessiond / Makefile.am
... / ...
CommitLineData
1AM_CPPFLAGS = -I$(top_srcdir)/include \
2 -DINSTALL_BIN_PATH=\""$(bindir)"\"
3
4AM_CFLAGS = -fno-strict-aliasing
5
6bin_PROGRAMS = ltt-sessiond
7
8ltt_sessiond_SOURCES = utils.c utils.h \
9 trace-kernel.c trace-kernel.h \
10 trace-ust.c trace-ust.h \
11 session.c session.h \
12 traceable-app.c traceable-app.h \
13 ust-ctl.c ust-ctl.h \
14 kernel-ctl.c kernel-ctl.h \
15 context.c context.h \
16 futex.c futex.h \
17 ust-comm.c ust-comm.h \
18 ltt-sessiond.h main.c
19
20# link on liblttngctl for check if sessiond is already alive.
21ltt_sessiond_LDADD = \
22 $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la \
23 $(top_builddir)/libkernelctl/libkernelctl.la \
24 $(top_builddir)/libustctl/libustctl.la \
25 $(top_builddir)/liblttngctl/liblttngctl.la
This page took 0.024711 seconds and 4 git commands to generate.