Fix enable-channel that did not handle correctly lttng domains
[lttng-tools.git] / ltt-sessiond / Makefile.am
CommitLineData
ca3c5ac0 1AM_CPPFLAGS = -I$(top_srcdir)/include \
1e307fab 2 -DINSTALL_BIN_PATH=\""$(bindir)"\"
3f5fa9ed 3
5b74c7b1 4AM_CFLAGS = -fno-strict-aliasing
fac6795d
DG
5
6bin_PROGRAMS = ltt-sessiond
7
62499ad6
DG
8ltt_sessiond_SOURCES = utils.c utils.h \
9 trace-kernel.c trace-kernel.h \
97ee3a89 10 trace-ust.c trace-ust.h \
62499ad6 11 traceable-app.c traceable-app.h \
0177d773 12 ust-comm.c ust-comm.h \
62499ad6
DG
13 ust-ctl.c ust-ctl.h \
14 kernel-ctl.c kernel-ctl.h \
15 context.c context.h \
16 futex.c futex.h \
0fdd1e2c 17 shm.c shm.h \
0177d773 18 session.c session.h \
62499ad6 19 ltt-sessiond.h main.c
fac6795d 20
7d8234d9 21# link on liblttngctl for check if sessiond is already alive.
0fdd1e2c 22ltt_sessiond_LDADD = -lrt \
ca3c5ac0 23 $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la \
62d3069f 24 $(top_builddir)/libkernelctl/libkernelctl.la \
7d8234d9
MD
25 $(top_builddir)/libustctl/libustctl.la \
26 $(top_builddir)/liblttngctl/liblttngctl.la
This page took 0.023889 seconds and 4 git commands to generate.