Add support for UST application registration
[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 trace.c session.c traceable-app.c ust-ctl.c \
9 kernel-ctl.c context.c futex.c futex.h \
10 utils.h trace.h session.h traceable-app.h ust-ctl.h \
11 ust-comm.c ust-comm.h \
12 context.h kernel-ctl.h ltt-sessiond.h main.c
13
14 # link on liblttngctl for check if sessiond is already alive.
15 ltt_sessiond_LDADD = \
16 $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la \
17 $(top_builddir)/libkernelctl/libkernelctl.la \
18 $(top_builddir)/libustctl/libustctl.la \
19 $(top_builddir)/liblttngctl/liblttngctl.la
This page took 0.032176 seconds and 6 git commands to generate.