Relayd add_stream command handle tracefile rotation
[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
0f907de1
JD
9lttng_relayd_SOURCES = main.c lttng-relayd.h utils.h utils.c \
10 cmd-generic.c cmd-generic.h \
11 cmd-2-1.c cmd-2-1.h \
12 cmd-2-2.c cmd-2-2.h
b8aa1682
JD
13
14# link on liblttngctl for check if relayd is already alive.
15lttng_relayd_LDADD = -lrt -lurcu-common -lurcu \
16 $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
17 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
18 $(top_builddir)/src/common/hashtable/libhashtable.la \
19 $(top_builddir)/src/common/libcommon.la \
20 $(top_builddir)/src/common/compat/libcompat.la
This page took 0.024432 seconds and 4 git commands to generate.