Add --enable-embedded-help option to embed --help messages in binaries
[lttng-tools.git] / src / bin / lttng-sessiond / Makefile.am
CommitLineData
74130cb7
PC
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \
2 -DINSTALL_BIN_PATH=\""$(lttnglibexecdir)"\" \
ebaeda94 3 -DINSTALL_LIB_PATH=\""$(libdir)"\"
3f5fa9ed 4
4fc83d94
PP
5if EMBED_HELP
6AM_CPPFLAGS += -I$(top_builddir)/doc/man
7endif
8
5b74c7b1 9AM_CFLAGS = -fno-strict-aliasing
fac6795d 10
32258573 11bin_PROGRAMS = lttng-sessiond
fac6795d 12
32258573 13lttng_sessiond_SOURCES = utils.c utils.h \
62499ad6 14 trace-kernel.c trace-kernel.h \
4771f025 15 kernel.c kernel.h \
d0b96690 16 ust-ctl.h ust-app.h trace-ust.h ust-thread.h \
7972aab2 17 ust-registry.h \
62499ad6 18 context.c context.h \
54d01ffb
DG
19 channel.c channel.h \
20 event.c event.h \
0fdd1e2c 21 shm.c shm.h \
07424f16 22 consumer.c consumer.h \
0177d773 23 session.c session.h \
096102bd 24 modprobe.c modprobe.h kern-modules.h \
57edb464 25 lttng-ust-ctl.h lttng-ust-abi.h lttng-ust-error.h \
f1e16794 26 fd-limit.c fd-limit.h \
0840ee7f 27 kernel-consumer.c kernel-consumer.h \
025faf73 28 consumer.h \
55d09795 29 health-sessiond.h \
8ac94142 30 cmd.c cmd.h \
7972aab2 31 buffer-registry.c buffer-registry.h \
5e97de00 32 testpoint.h ht-cleanup.c ht-cleanup.h \
0475c50c 33 snapshot.c snapshot.h \
022d91ba 34 agent.c agent.h \
ef367a93 35 save.h save.c \
834978fd 36 load-session-thread.h load-session-thread.c \
ab0ee2ca
JG
37 syscall.h syscall.c \
38 notification-thread.h notification-thread.c \
39 notification-thread-commands.h notification-thread-commands.c \
40 notification-thread-events.h notification-thread-events.c
fac6795d 41
74d0b642 42if HAVE_LIBLTTNG_UST_CTL
7972aab2 43lttng_sessiond_SOURCES += trace-ust.c ust-registry.c ust-app.c \
d0b96690 44 ust-consumer.c ust-consumer.h ust-thread.c \
022d91ba 45 ust-metadata.c ust-clock.h agent-thread.c agent-thread.h
3bd1e081
MD
46endif
47
48842b30 48# Add main.c at the end for compile order
32258573 49lttng_sessiond_SOURCES += lttng-sessiond.h main.c
48842b30 50
7d8234d9 51# link on liblttngctl for check if sessiond is already alive.
fbc08f38 52lttng_sessiond_LDADD = -lurcu-common -lurcu \
10a8a223
DG
53 $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
54 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
55 $(top_builddir)/src/common/kernel-ctl/libkernel-ctl.la \
56 $(top_builddir)/src/common/hashtable/libhashtable.la \
0ba98ebc 57 $(top_builddir)/src/common/libcommon.la \
00e2e675 58 $(top_builddir)/src/common/compat/libcompat.la \
8ac94142 59 $(top_builddir)/src/common/relayd/librelayd.la \
55d09795 60 $(top_builddir)/src/common/testpoint/libtestpoint.la \
26296c48
JG
61 $(top_builddir)/src/common/health/libhealth.la \
62 $(top_builddir)/src/common/config/libconfig.la
63
f158a754 64
74d0b642 65if HAVE_LIBLTTNG_UST_CTL
fa551d12 66lttng_sessiond_LDADD += -llttng-ust-ctl
f158a754 67endif
This page took 0.050105 seconds and 4 git commands to generate.