consumerd: register threads to health monitoring
[lttng-tools.git] / src / bin / lttng-consumerd / Makefile.am
index a7971ade0336b7eafeaaee93498bb10377fefa88..9f029a15aeee8bc511edc062a894cae067c80a1c 100644 (file)
@@ -2,13 +2,16 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
 
 lttnglibexec_PROGRAMS = lttng-consumerd
 
-lttng_consumerd_SOURCES = lttng-consumerd.c lttng-consumerd.h
+lttng_consumerd_SOURCES = lttng-consumerd.c \
+       lttng-consumerd.h \
+       health-consumerd.h
 
 lttng_consumerd_LDADD = \
           $(top_builddir)/src/common/libconsumer.la \
           $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
           $(top_builddir)/src/common/libcommon.la \
           $(top_builddir)/src/common/index/libindex.la \
+          $(top_builddir)/src/common/health/libhealth.la \
           -lrt
 
 if HAVE_LIBLTTNG_UST_CTL
This page took 0.023789 seconds and 4 git commands to generate.