X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-consumerd%2FMakefile.am;h=82df3e3753101867d8deb31ed894cfdb404d2c84;hb=93903fd582c3b4b3528eed37ad5631ebcb74ca2b;hp=b7401de88c30a2a3c2d9401557f4ef923f4e4410;hpb=80957876b66b7b666a01680a4f5f44f81a79063b;p=lttng-tools.git diff --git a/src/bin/lttng-consumerd/Makefile.am b/src/bin/lttng-consumerd/Makefile.am index b7401de88..82df3e375 100644 --- a/src/bin/lttng-consumerd/Makefile.am +++ b/src/bin/lttng-consumerd/Makefile.am @@ -1,16 +1,16 @@ -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_SOURCES = \ + lttng-consumerd.cpp \ lttng-consumerd.h \ - health-consumerd.h \ - health-consumerd.c + health-consumerd.cpp \ + health-consumerd.h lttng_consumerd_LDADD = \ $(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-gpl.la \ $(top_builddir)/src/common/index/libindex.la \ $(top_builddir)/src/common/health/libhealth.la \ $(top_builddir)/src/common/testpoint/libtestpoint.la @@ -18,5 +18,5 @@ lttng_consumerd_LDADD = \ lttng_consumerd_LDFLAGS = -rdynamic if HAVE_LIBLTTNG_UST_CTL -lttng_consumerd_LDADD += -llttng-ust-ctl +lttng_consumerd_LDADD += $(UST_CTL_LIBS) endif