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