Fix enable-channel that did not handle correctly lttng domains
[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 trace-ust.c trace-ust.h \
11 traceable-app.c traceable-app.h \
12 ust-comm.c ust-comm.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 shm.c shm.h \
18 session.c session.h \
19 ltt-sessiond.h main.c
20
21 # link on liblttngctl for check if sessiond is already alive.
22 ltt_sessiond_LDADD = -lrt \
23 $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la \
24 $(top_builddir)/libkernelctl/libkernelctl.la \
25 $(top_builddir)/libustctl/libustctl.la \
26 $(top_builddir)/liblttngctl/liblttngctl.la
This page took 0.031501 seconds and 5 git commands to generate.