Fix: Don't override user variables within the build system
[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
JD
12 cmd-generic.c cmd-generic.h \
13 cmd-2-1.c cmd-2-1.h \
d3e2ba59 14 cmd-2-2.c cmd-2-2.h \
55706a7d 15 cmd-2-4.c cmd-2-4.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
MD
21 stream-fd.c stream-fd.h \
22 connection.c connection.h \
a44ca2ca
MD
23 viewer-session.c viewer-session.h \
24 tracefile-array.c tracefile-array.h
b8aa1682
JD
25
26# link on liblttngctl for check if relayd is already alive.
fbc08f38 27lttng_relayd_LDADD = -lurcu-common -lurcu \
b8aa1682
JD
28 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
29 $(top_builddir)/src/common/hashtable/libhashtable.la \
30 $(top_builddir)/src/common/libcommon.la \
1c20f0e2 31 $(top_builddir)/src/common/compat/libcompat.la \
55706a7d 32 $(top_builddir)/src/common/index/libindex.la \
cd60b05a 33 $(top_builddir)/src/common/health/libhealth.la \
9b5e0863 34 $(top_builddir)/src/common/config/libconfig.la \
d30b2041
MJ
35 $(top_builddir)/src/common/testpoint/libtestpoint.la \
36 $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la
This page took 0.039601 seconds and 4 git commands to generate.