X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-consumerd%2FMakefile.am;h=1aa0f27f70cbeff0eeaa2ddc13dd3e884a8221f9;hb=5c635c724d60fe8e8bfeb00907dfa1e113cc3548;hp=a395c0b378033d21bb0d65747331e3435f235990;hpb=74130cb7d45f2c698c1a9f224bf8e7a2f2368f18;p=lttng-tools.git diff --git a/src/bin/lttng-consumerd/Makefile.am b/src/bin/lttng-consumerd/Makefile.am index a395c0b37..1aa0f27f7 100644 --- a/src/bin/lttng-consumerd/Makefile.am +++ b/src/bin/lttng-consumerd/Makefile.am @@ -2,12 +2,18 @@ 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 \ + health-consumerd.c 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/libcommon.la \ + $(top_builddir)/src/common/index/libindex.la \ + $(top_builddir)/src/common/health/libhealth.la \ + -lrt if HAVE_LIBLTTNG_UST_CTL lttng_consumerd_LDADD += -llttng-ust-ctl