Fix: big relayd cleanup and refactor
[lttng-tools.git] / src / bin / lttng-relayd / Makefile.am
CommitLineData
74130cb7
PC
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \
2 -DINSTALL_BIN_PATH=\""$(lttnglibexecdir)"\" \
b8aa1682
JD
3 -DINSTALL_LIB_PATH=\""$(libdir)"\"
4
5AM_CFLAGS = -fno-strict-aliasing
6
7bin_PROGRAMS = lttng-relayd
8
61411ca5 9lttng_relayd_SOURCES = main.c lttng-relayd.h utils.h utils.c cmd.h \
d3e2ba59 10 index.c index.h live.c live.h ctf-trace.c ctf-trace.h \
0f907de1
JD
11 cmd-generic.c cmd-generic.h \
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 \
5de05616 15 health-relayd.c health-relayd.h \
2f8f53af
DG
16 lttng-viewer-abi.h testpoint.h \
17 viewer-stream.h viewer-stream.c \
2a174661
DG
18 session.c session.h \
19 stream.c stream.h
b8aa1682
JD
20
21# link on liblttngctl for check if relayd is already alive.
22lttng_relayd_LDADD = -lrt -lurcu-common -lurcu \
23 $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
24 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
25 $(top_builddir)/src/common/hashtable/libhashtable.la \
26 $(top_builddir)/src/common/libcommon.la \
1c20f0e2 27 $(top_builddir)/src/common/compat/libcompat.la \
55706a7d 28 $(top_builddir)/src/common/index/libindex.la \
cd60b05a 29 $(top_builddir)/src/common/health/libhealth.la \
9b5e0863
MD
30 $(top_builddir)/src/common/config/libconfig.la \
31 $(top_builddir)/src/common/testpoint/libtestpoint.la
This page took 0.029758 seconds and 4 git commands to generate.