src/common: use single Makefile for parallel builds
[lttng-tools.git] / src / bin / lttng-relayd / Makefile.am
CommitLineData
ab5be9fa
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
343af227
MJ
3AM_CPPFLAGS += -DINSTALL_BIN_PATH=\""$(lttnglibexecdir)"\" \
4 -DINSTALL_LIB_PATH=\""$(libdir)"\"
b8aa1682 5
4fc83d94
PP
6if EMBED_HELP
7AM_CPPFLAGS += -I$(top_builddir)/doc/man
8endif
9
b8aa1682
JD
10bin_PROGRAMS = lttng-relayd
11
ac497a37
SM
12lttng_relayd_SOURCES = main.cpp lttng-relayd.h utils.h utils.cpp cmd.h \
13 index.cpp index.h live.cpp live.h ctf-trace.cpp ctf-trace.h \
14 cmd-2-1.cpp cmd-2-1.h \
15 cmd-2-2.cpp cmd-2-2.h \
16 cmd-2-4.cpp cmd-2-4.h \
17 cmd-2-11.cpp cmd-2-11.h \
18 health-relayd.cpp health-relayd.h \
2f8f53af 19 lttng-viewer-abi.h testpoint.h \
ac497a37
SM
20 viewer-stream.h viewer-stream.cpp \
21 session.cpp session.h \
22 stream.cpp stream.h \
23 connection.cpp connection.h \
24 viewer-session.cpp viewer-session.h \
25 tracefile-array.cpp tracefile-array.h \
26 tcp_keep_alive.cpp tcp_keep_alive.h \
27 sessiond-trace-chunks.cpp sessiond-trace-chunks.h \
28 backward-compatibility-group-by.cpp backward-compatibility-group-by.h
b8aa1682
JD
29
30# link on liblttngctl for check if relayd is already alive.
62b7418e 31lttng_relayd_LDADD = $(URCU_LIBS) \
6a5596ac 32 $(top_builddir)/src/common/libcommon-gpl.la \
4ae04234
MJ
33 $(top_builddir)/src/common/libsessiond-comm.la \
34 $(top_builddir)/src/common/libcompat.la \
35 $(top_builddir)/src/common/libindex.la \
36 $(top_builddir)/src/common/libhealth.la \
37 $(top_builddir)/src/common/libtestpoint.la
This page took 0.053169 seconds and 4 git commands to generate.