Backport: relayd: replace lttng_index_file with relay_index_file
[lttng-tools.git] / src / bin / lttng-relayd / Makefile.am
1 AM_CPPFLAGS += -DINSTALL_BIN_PATH=\""$(lttnglibexecdir)"\" \
2 -DINSTALL_LIB_PATH=\""$(libdir)"\"
3
4 AM_CFLAGS = -fno-strict-aliasing
5
6 bin_PROGRAMS = lttng-relayd
7
8 lttng_relayd_SOURCES = main.c lttng-relayd.h utils.h utils.c cmd.h \
9 index.c index.h live.c live.h ctf-trace.c ctf-trace.h \
10 cmd-2-1.c cmd-2-1.h \
11 cmd-2-2.c cmd-2-2.h \
12 cmd-2-4.c cmd-2-4.h \
13 health-relayd.c health-relayd.h \
14 lttng-viewer-abi.h testpoint.h \
15 viewer-stream.h viewer-stream.c \
16 session.c session.h \
17 stream.c stream.h \
18 stream-fd.c stream-fd.h \
19 connection.c connection.h \
20 viewer-session.c viewer-session.h \
21 tracefile-array.c tracefile-array.h \
22 tcp_keep_alive.c tcp_keep_alive.h \
23 index-file.c index-file.h
24
25 # link on liblttngctl for check if relayd is already alive.
26 lttng_relayd_LDADD = -lurcu-common -lurcu \
27 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
28 $(top_builddir)/src/common/hashtable/libhashtable.la \
29 $(top_builddir)/src/common/libcommon.la \
30 $(top_builddir)/src/common/compat/libcompat.la \
31 $(top_builddir)/src/common/index/libindex.la \
32 $(top_builddir)/src/common/health/libhealth.la \
33 $(top_builddir)/src/common/config/libconfig.la \
34 $(top_builddir)/src/common/testpoint/libtestpoint.la \
35 $(top_builddir)/src/common/fd-tracker/libfd-tracker.la \
36 $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la
This page took 0.031388 seconds and 5 git commands to generate.