X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-consumerd%2FMakefile.am;h=1aa0f27f70cbeff0eeaa2ddc13dd3e884a8221f9;hb=6c71277b0dc97ce8a4ac6b8d359b4b349c04b658;hp=25cd6e92279c7164379b07ce631ecc1bfefff410;hpb=10a8a2237343699e3923d87e24dbf2d7fe225377;p=lttng-tools.git diff --git a/src/bin/lttng-consumerd/Makefile.am b/src/bin/lttng-consumerd/Makefile.am index 25cd6e922..1aa0f27f7 100644 --- a/src/bin/lttng-consumerd/Makefile.am +++ b/src/bin/lttng-consumerd/Makefile.am @@ -1,14 +1,19 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -bin_PROGRAMS = lttng-consumerd +lttnglibexec_PROGRAMS = lttng-consumerd -lttng_consumerd_SOURCES = lttng-consumerd.c +lttng_consumerd_SOURCES = lttng-consumerd.c \ + lttng-consumerd.h \ + health-consumerd.h \ + health-consumerd.c lttng_consumerd_LDADD = \ - $(top_builddir)/src/common/kernel-ctl/libkernel-ctl.la \ $(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