Backport: relayd: initialize the global fd tracker from fd_cap parameter
[lttng-tools.git] / src / bin / lttng-relayd / Makefile.am
CommitLineData
d893a65a
MJ
1AM_CPPFLAGS += -DINSTALL_BIN_PATH=\""$(lttnglibexecdir)"\" \
2 -DINSTALL_LIB_PATH=\""$(libdir)"\"
b8aa1682
JD
3
4AM_CFLAGS = -fno-strict-aliasing
5
6bin_PROGRAMS = lttng-relayd
7
61411ca5 8lttng_relayd_SOURCES = main.c lttng-relayd.h utils.h utils.c cmd.h \
d3e2ba59 9 index.c index.h live.c live.h ctf-trace.c ctf-trace.h \
0f907de1 10 cmd-2-1.c cmd-2-1.h \
d3e2ba59 11 cmd-2-2.c cmd-2-2.h \
55706a7d 12 cmd-2-4.c cmd-2-4.h \
5de05616 13 health-relayd.c health-relayd.h \
2f8f53af
DG
14 lttng-viewer-abi.h testpoint.h \
15 viewer-stream.h viewer-stream.c \
2a174661 16 session.c session.h \
58eb9381 17 stream.c stream.h \
7591bab1
MD
18 stream-fd.c stream-fd.h \
19 connection.c connection.h \
a44ca2ca 20 viewer-session.c viewer-session.h \
2fc6b1ab
JR
21 tracefile-array.c tracefile-array.h \
22 tcp_keep_alive.c tcp_keep_alive.h
b8aa1682
JD
23
24# link on liblttngctl for check if relayd is already alive.
fbc08f38 25lttng_relayd_LDADD = -lurcu-common -lurcu \
b8aa1682
JD
26 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
27 $(top_builddir)/src/common/hashtable/libhashtable.la \
28 $(top_builddir)/src/common/libcommon.la \
1c20f0e2 29 $(top_builddir)/src/common/compat/libcompat.la \
55706a7d 30 $(top_builddir)/src/common/index/libindex.la \
cd60b05a 31 $(top_builddir)/src/common/health/libhealth.la \
9b5e0863 32 $(top_builddir)/src/common/config/libconfig.la \
76ca924e 33 $(top_builddir)/src/common/testpoint/libtestpoint.la \
841c095c 34 $(top_builddir)/src/common/fd-tracker/libfd-tracker.la \
76ca924e 35 $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la
This page took 0.051562 seconds and 5 git commands to generate.