X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2FMakefile.am;h=6598a23eff384ad3ad7d9fd503bc845805872d24;hb=7a433425dcf3197e262fc8f679a85dcddf7b3b41;hp=4857074df266e51fb90795f34dd7ed47bedaf0fd;hpb=fbc08f38de61a27756c2e667715db8dce7fcb15e;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/Makefile.am b/src/bin/lttng-relayd/Makefile.am index 4857074df..6598a23ef 100644 --- a/src/bin/lttng-relayd/Makefile.am +++ b/src/bin/lttng-relayd/Makefile.am @@ -20,11 +20,11 @@ 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 \ - $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \ $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \ $(top_builddir)/src/common/hashtable/libhashtable.la \ $(top_builddir)/src/common/libcommon.la \ @@ -32,4 +32,5 @@ lttng_relayd_LDADD = -lurcu-common -lurcu \ $(top_builddir)/src/common/index/libindex.la \ $(top_builddir)/src/common/health/libhealth.la \ $(top_builddir)/src/common/config/libconfig.la \ - $(top_builddir)/src/common/testpoint/libtestpoint.la + $(top_builddir)/src/common/testpoint/libtestpoint.la \ + $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la