X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-consumerd%2FMakefile.am;h=3ad8210ccbadd28a49688b20818bd07090a96343;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hp=a7971ade0336b7eafeaaee93498bb10377fefa88;hpb=309167d2a6f59d0c8cbf64eb23ba912cdea76a34;p=lttng-tools.git diff --git a/src/bin/lttng-consumerd/Makefile.am b/src/bin/lttng-consumerd/Makefile.am index a7971ade0..3ad8210cc 100644 --- a/src/bin/lttng-consumerd/Makefile.am +++ b/src/bin/lttng-consumerd/Makefile.am @@ -1,16 +1,22 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src +# SPDX-License-Identifier: GPL-2.0-only lttnglibexec_PROGRAMS = lttng-consumerd -lttng_consumerd_SOURCES = lttng-consumerd.c lttng-consumerd.h +lttng_consumerd_SOURCES = \ + lttng-consumerd.cpp \ + lttng-consumerd.hpp \ + health-consumerd.cpp \ + health-consumerd.hpp 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/index/libindex.la \ - -lrt + $(top_builddir)/src/common/libcommon-gpl.la \ + $(top_builddir)/src/common/libindex.la \ + $(top_builddir)/src/common/libhealth.la \ + $(top_builddir)/src/common/libtestpoint.la + +lttng_consumerd_LDFLAGS = -rdynamic if HAVE_LIBLTTNG_UST_CTL -lttng_consumerd_LDADD += -llttng-ust-ctl +lttng_consumerd_LDADD += $(UST_CTL_LIBS) endif