X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-consumerd%2FMakefile.am;h=28034ca34e6a31d76404e866e45346cd184ff494;hb=ea26306076d26c40ed31e4f9170dc2852bda502f;hp=470c8c17a1ac597c0d40b83f26f200895ac2f9c3;hpb=1c39da610b4b1e47a50ab51d9cdfc56d895f2b73;p=lttng-tools.git diff --git a/src/bin/lttng-consumerd/Makefile.am b/src/bin/lttng-consumerd/Makefile.am index 470c8c17a..28034ca34 100644 --- a/src/bin/lttng-consumerd/Makefile.am +++ b/src/bin/lttng-consumerd/Makefile.am @@ -1,14 +1,20 @@ -AM_CPPFLAGS = +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.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/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 \ + -lrt if HAVE_LIBLTTNG_UST_CTL lttng_consumerd_LDADD += -llttng-ust-ctl