consumerd: register threads to health monitoring
[lttng-tools.git] / src / bin / lttng-consumerd / Makefile.am
CommitLineData
74130cb7 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
10a8a223 2
386418ba 3lttnglibexec_PROGRAMS = lttng-consumerd
10a8a223 4
1fc79fb4
MD
5lttng_consumerd_SOURCES = lttng-consumerd.c \
6 lttng-consumerd.h \
7 health-consumerd.h
10a8a223 8
4e8fa55b 9lttng_consumerd_LDADD = \
10a8a223
DG
10 $(top_builddir)/src/common/libconsumer.la \
11 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
4e8fa55b 12 $(top_builddir)/src/common/libcommon.la \
309167d2 13 $(top_builddir)/src/common/index/libindex.la \
1fc79fb4 14 $(top_builddir)/src/common/health/libhealth.la \
4e8fa55b 15 -lrt
10a8a223
DG
16
17if HAVE_LIBLTTNG_UST_CTL
18lttng_consumerd_LDADD += -llttng-ust-ctl
19endif
This page took 0.02887 seconds and 4 git commands to generate.