Fix: lttng view, error message and exit code
[lttng-tools.git] / src / bin / lttng-sessiond / Makefile.am
CommitLineData
386418ba 1AM_CPPFLAGS = -DINSTALL_BIN_PATH=\""$(lttnglibexecdir)"\" \
ebaeda94 2 -DINSTALL_LIB_PATH=\""$(libdir)"\"
3f5fa9ed 3
5b74c7b1 4AM_CFLAGS = -fno-strict-aliasing
fac6795d 5
32258573 6bin_PROGRAMS = lttng-sessiond
fac6795d 7
32258573 8lttng_sessiond_SOURCES = utils.c utils.h \
62499ad6 9 trace-kernel.c trace-kernel.h \
4771f025 10 kernel.c kernel.h \
48842b30 11 ust-ctl.h ust-app.h trace-ust.h \
62499ad6 12 context.c context.h \
54d01ffb
DG
13 channel.c channel.h \
14 event.c event.h \
62499ad6 15 futex.c futex.h \
0fdd1e2c 16 shm.c shm.h \
0177d773 17 session.c session.h \
096102bd 18 modprobe.c modprobe.h kern-modules.h \
daf282ab 19 lttng-ust-ctl.h lttng-ust-abi.h
fac6795d 20
74d0b642 21if HAVE_LIBLTTNG_UST_CTL
32258573 22lttng_sessiond_SOURCES += trace-ust.c ust-app.c ust-consumer.c ust-consumer.h
3bd1e081
MD
23endif
24
48842b30 25# Add main.c at the end for compile order
32258573 26lttng_sessiond_SOURCES += lttng-sessiond.h main.c
48842b30 27
7d8234d9 28# link on liblttngctl for check if sessiond is already alive.
68abb9c8 29lttng_sessiond_LDADD = -lrt -lurcu-common -lurcu \
10a8a223
DG
30 $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
31 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
32 $(top_builddir)/src/common/kernel-ctl/libkernel-ctl.la \
33 $(top_builddir)/src/common/hashtable/libhashtable.la \
0ba98ebc 34 $(top_builddir)/src/common/libcommon.la \
d31efcff 35 $(top_builddir)/src/common/compat/libcompat.la
f158a754 36
74d0b642 37if HAVE_LIBLTTNG_UST_CTL
fa551d12 38lttng_sessiond_LDADD += -llttng-ust-ctl
f158a754 39endif
This page took 0.035076 seconds and 5 git commands to generate.