Fix tests to fit renaming
[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 \
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 \
099e26bd 16 ust-comm.c ust-comm.h \
62499ad6 17 ltt-sessiond.h main.c
fac6795d 18
7d8234d9 19# link on liblttngctl for check if sessiond is already alive.
fac6795d 20ltt_sessiond_LDADD = \
ca3c5ac0 21 $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la \
62d3069f 22 $(top_builddir)/libkernelctl/libkernelctl.la \
7d8234d9
MD
23 $(top_builddir)/libustctl/libustctl.la \
24 $(top_builddir)/liblttngctl/liblttngctl.la
This page took 0.024115 seconds and 4 git commands to generate.