X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-consumerd%2FMakefile.am;h=9d54309cf1b85751be5810007ad5ee3fc3f40322;hb=343af227102f6b274bfd7f6c7220eb3b776ba5e3;hp=acd58cdc398b4f4ae882aca010d37e78835131e9;hpb=386418ba16ccc166a02e548d832d2d6945525c0d;p=lttng-tools.git diff --git a/src/bin/lttng-consumerd/Makefile.am b/src/bin/lttng-consumerd/Makefile.am index acd58cdc3..9d54309cf 100644 --- a/src/bin/lttng-consumerd/Makefile.am +++ b/src/bin/lttng-consumerd/Makefile.am @@ -1,14 +1,19 @@ -AM_CPPFLAGS = - 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/kernel-ctl/libkernel-ctl.la \ - $(top_builddir)/src/common/libconsumer.la \ + $(top_builddir)/src/common/consumer/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 \ + $(top_builddir)/src/common/testpoint/libtestpoint.la + +lttng_consumerd_LDFLAGS = -rdynamic if HAVE_LIBLTTNG_UST_CTL lttng_consumerd_LDADD += -llttng-ust-ctl