Fix: add missing header file to build system
authorDavid Goulet <dgoulet@efficios.com>
Fri, 15 Nov 2013 16:03:29 +0000 (11:03 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 15 Nov 2013 16:03:29 +0000 (11:03 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-relayd/Makefile.am

index 1e675454ccea25d9294f72c19f1a056d9a6dc16e..68a1f51667793d3d3e8ebbbd04ef0dbec2fc65ac 100644 (file)
@@ -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 \
This page took 0.027264 seconds and 5 git commands to generate.