Backport: trackers: update lttng-sessiond
[lttng-tools.git] / src / bin / lttng-sessiond / Makefile.am
CommitLineData
d893a65a
MJ
1AM_CPPFLAGS +=-DINSTALL_BIN_PATH=\""$(lttnglibexecdir)"\" \
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 \
d0b96690 11 ust-ctl.h ust-app.h trace-ust.h ust-thread.h \
7972aab2 12 ust-registry.h \
62499ad6 13 context.c context.h \
54d01ffb
DG
14 channel.c channel.h \
15 event.c event.h \
0fdd1e2c 16 shm.c shm.h \
07424f16 17 consumer.c consumer.h \
0177d773 18 session.c session.h \
096102bd 19 modprobe.c modprobe.h kern-modules.h \
57edb464 20 lttng-ust-ctl.h lttng-ust-abi.h lttng-ust-error.h \
f1e16794 21 fd-limit.c fd-limit.h \
0840ee7f 22 kernel-consumer.c kernel-consumer.h \
025faf73 23 consumer.h \
55d09795 24 health-sessiond.h \
8ac94142 25 cmd.c cmd.h \
7972aab2 26 buffer-registry.c buffer-registry.h \
5e97de00 27 testpoint.h ht-cleanup.c ht-cleanup.h \
0475c50c 28 snapshot.c snapshot.h \
022d91ba 29 agent.c agent.h \
ef367a93 30 save.h save.c \
834978fd 31 load-session-thread.h load-session-thread.c \
c92af2a5
MD
32 syscall.h syscall.c \
33 tracker.c tracker.h
fac6795d 34
74d0b642 35if HAVE_LIBLTTNG_UST_CTL
7972aab2 36lttng_sessiond_SOURCES += trace-ust.c ust-registry.c ust-app.c \
d0b96690 37 ust-consumer.c ust-consumer.h ust-thread.c \
51c611c6
FD
38 ust-metadata.c ust-clock.h agent-thread.c agent-thread.h \
39 ust-field-utils.h ust-field-utils.c
3bd1e081
MD
40endif
41
48842b30 42# Add main.c at the end for compile order
32258573 43lttng_sessiond_SOURCES += lttng-sessiond.h main.c
48842b30 44
7d8234d9 45# link on liblttngctl for check if sessiond is already alive.
fbc08f38 46lttng_sessiond_LDADD = -lurcu-common -lurcu \
10a8a223
DG
47 $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
48 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
49 $(top_builddir)/src/common/kernel-ctl/libkernel-ctl.la \
50 $(top_builddir)/src/common/hashtable/libhashtable.la \
0ba98ebc 51 $(top_builddir)/src/common/libcommon.la \
00e2e675 52 $(top_builddir)/src/common/compat/libcompat.la \
8ac94142 53 $(top_builddir)/src/common/relayd/librelayd.la \
55d09795 54 $(top_builddir)/src/common/testpoint/libtestpoint.la \
26296c48
JG
55 $(top_builddir)/src/common/health/libhealth.la \
56 $(top_builddir)/src/common/config/libconfig.la
57
f158a754 58
74d0b642 59if HAVE_LIBLTTNG_UST_CTL
fa551d12 60lttng_sessiond_LDADD += -llttng-ust-ctl
f158a754 61endif
This page took 0.066934 seconds and 5 git commands to generate.