X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2FMakefile.am;h=5125c72195acf75545d9e155647fe94a974ac2f7;hb=62c43103c60bd704cd8ed7acaaa22465802f5673;hp=df87bc3005311d6b297d3680d1d7fe06306d914c;hpb=d30b2041e3a5db2d1671219ea845057cb3dd3082;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/Makefile.am b/src/bin/lttng-relayd/Makefile.am index df87bc300..5125c7219 100644 --- a/src/bin/lttng-relayd/Makefile.am +++ b/src/bin/lttng-relayd/Makefile.am @@ -1,8 +1,9 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \ - -DINSTALL_BIN_PATH=\""$(lttnglibexecdir)"\" \ - -DINSTALL_LIB_PATH=\""$(libdir)"\" +AM_CPPFLAGS += -DINSTALL_BIN_PATH=\""$(lttnglibexecdir)"\" \ + -DINSTALL_LIB_PATH=\""$(libdir)"\" -AM_CFLAGS = -fno-strict-aliasing +if EMBED_HELP +AM_CPPFLAGS += -I$(top_builddir)/doc/man +endif bin_PROGRAMS = lttng-relayd @@ -20,7 +21,8 @@ lttng_relayd_SOURCES = main.c lttng-relayd.h utils.h utils.c cmd.h \ stream-fd.c stream-fd.h \ connection.c connection.h \ viewer-session.c viewer-session.h \ - tracefile-array.c tracefile-array.h + tracefile-array.c tracefile-array.h \ + tcp_keep_alive.c tcp_keep_alive.h # link on liblttngctl for check if relayd is already alive. lttng_relayd_LDADD = -lurcu-common -lurcu \