Load relay daemon options from configuration file
[lttng-tools.git] / src / bin / lttng-relayd / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \
2 -DINSTALL_BIN_PATH=\""$(lttnglibexecdir)"\" \
3 -DINSTALL_LIB_PATH=\""$(libdir)"\"
4
5 AM_CFLAGS = -fno-strict-aliasing
6
7 bin_PROGRAMS = lttng-relayd
8
9 lttng_relayd_SOURCES = main.c lttng-relayd.h utils.h utils.c cmd.h \
10 index.c index.h live.c live.h ctf-trace.c ctf-trace.h \
11 cmd-generic.c cmd-generic.h \
12 cmd-2-1.c cmd-2-1.h \
13 cmd-2-2.c cmd-2-2.h \
14 cmd-2-4.c cmd-2-4.h \
15 health-relayd.c health-relayd.h \
16 lttng-viewer.h
17
18 # link on liblttngctl for check if relayd is already alive.
19 lttng_relayd_LDADD = -lrt -lurcu-common -lurcu \
20 $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
21 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
22 $(top_builddir)/src/common/hashtable/libhashtable.la \
23 $(top_builddir)/src/common/libcommon.la \
24 $(top_builddir)/src/common/compat/libcompat.la \
25 $(top_builddir)/src/common/index/libindex.la \
26 $(top_builddir)/src/common/health/libhealth.la \
27 $(top_builddir)/src/common/config/libconfig.la
This page took 0.029337 seconds and 4 git commands to generate.