From: David Goulet Date: Fri, 15 Nov 2013 16:03:29 +0000 (-0500) Subject: Fix: add missing header file to build system X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=5de056160cfbe7880c6f7d4801dcc3c91730b12e;hp=635eb1df606e714f3d5cdded93b9c663b0e8e4c3 Fix: add missing header file to build system Signed-off-by: David Goulet --- diff --git a/src/bin/lttng-relayd/Makefile.am b/src/bin/lttng-relayd/Makefile.am index 1e675454c..68a1f5166 100644 --- a/src/bin/lttng-relayd/Makefile.am +++ b/src/bin/lttng-relayd/Makefile.am @@ -12,7 +12,8 @@ lttng_relayd_SOURCES = main.c lttng-relayd.h utils.h utils.c cmd.h \ cmd-2-1.c cmd-2-1.h \ cmd-2-2.c cmd-2-2.h \ cmd-2-4.c cmd-2-4.h \ - health-relayd.c health-relayd.h + health-relayd.c health-relayd.h \ + lttng-viewer.h # link on liblttngctl for check if relayd is already alive. lttng_relayd_LDADD = -lrt -lurcu-common -lurcu \