Init the kconsumerd error socket
[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
b579acd9 8ltt_sessiond_SOURCES = utils.c trace.c session.c traceable-app.c ust-ctl.c \
099e26bd 9 kernel-ctl.c context.c futex.c futex.h \
b579acd9 10 utils.h trace.h session.h traceable-app.h ust-ctl.h \
099e26bd
DG
11 ust-comm.c ust-comm.h \
12 context.h kernel-ctl.h ltt-sessiond.h main.c
fac6795d 13
7d8234d9 14# link on liblttngctl for check if sessiond is already alive.
fac6795d 15ltt_sessiond_LDADD = \
ca3c5ac0 16 $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la \
62d3069f 17 $(top_builddir)/libkernelctl/libkernelctl.la \
7d8234d9
MD
18 $(top_builddir)/libustctl/libustctl.la \
19 $(top_builddir)/liblttngctl/liblttngctl.la
This page took 0.024329 seconds and 4 git commands to generate.