relayd: replace uses of block FDs by the fs_handle interface
[lttng-tools.git] / src / bin / lttng-relayd / Makefile.am
CommitLineData
343af227
MJ
1AM_CPPFLAGS += -DINSTALL_BIN_PATH=\""$(lttnglibexecdir)"\" \
2 -DINSTALL_LIB_PATH=\""$(libdir)"\"
b8aa1682 3
4fc83d94
PP
4if EMBED_HELP
5AM_CPPFLAGS += -I$(top_builddir)/doc/man
6endif
7
b8aa1682
JD
8bin_PROGRAMS = lttng-relayd
9
61411ca5 10lttng_relayd_SOURCES = main.c lttng-relayd.h utils.h utils.c cmd.h \
d3e2ba59 11 index.c index.h live.c live.h ctf-trace.c ctf-trace.h \
0f907de1 12 cmd-2-1.c cmd-2-1.h \
d3e2ba59 13 cmd-2-2.c cmd-2-2.h \
55706a7d 14 cmd-2-4.c cmd-2-4.h \
f86f6389 15 cmd-2-11.c cmd-2-11.h \
5de05616 16 health-relayd.c health-relayd.h \
2f8f53af
DG
17 lttng-viewer-abi.h testpoint.h \
18 viewer-stream.h viewer-stream.c \
2a174661 19 session.c session.h \
58eb9381 20 stream.c stream.h \
7591bab1 21 connection.c connection.h \
a44ca2ca 22 viewer-session.c viewer-session.h \
f056029c 23 tracefile-array.c tracefile-array.h \
0c1b0f77 24 tcp_keep_alive.c tcp_keep_alive.h \
2a635488
JR
25 sessiond-trace-chunks.c sessiond-trace-chunks.h \
26 backward-compatibility-group-by.c backward-compatibility-group-by.h
b8aa1682
JD
27
28# link on liblttngctl for check if relayd is already alive.
fbc08f38 29lttng_relayd_LDADD = -lurcu-common -lurcu \
b8aa1682
JD
30 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
31 $(top_builddir)/src/common/hashtable/libhashtable.la \
32 $(top_builddir)/src/common/libcommon.la \
1c20f0e2 33 $(top_builddir)/src/common/compat/libcompat.la \
55706a7d 34 $(top_builddir)/src/common/index/libindex.la \
cd60b05a 35 $(top_builddir)/src/common/health/libhealth.la \
9b5e0863 36 $(top_builddir)/src/common/config/libconfig.la \
d30b2041
MJ
37 $(top_builddir)/src/common/testpoint/libtestpoint.la \
38 $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la
This page took 0.046619 seconds and 4 git commands to generate.