X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=dd807125b6342e243c4720f835ba01ba94c37f27;hp=ebb8cb284049ff8a92e73d622d0a8f5f49c3e0e5;hb=d7b377ed1acd4043bde353d99122e0e56fa4e975;hpb=20dd2de1fa1efe1519d1b6e88386efa89d60d1b9 diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index ebb8cb284..dd807125b 100644 --- a/src/bin/lttng-sessiond/Makefile.am +++ b/src/bin/lttng-sessiond/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only + AM_CPPFLAGS +=-DINSTALL_BIN_PATH=\""$(lttnglibexecdir)"\" \ -DINSTALL_LIB_PATH=\""$(libdir)"\" @@ -50,7 +52,10 @@ lttng_sessiond_SOURCES = utils.c utils.h \ register.c register.h \ manage-apps.c manage-apps.h \ manage-kernel.c manage-kernel.h \ - manage-consumer.c manage-consumer.h + manage-consumer.c manage-consumer.h \ + clear.c clear.h \ + tracker.c tracker.h \ + action-executor.c action-executor.h if HAVE_LIBLTTNG_UST_CTL lttng_sessiond_SOURCES += trace-ust.c ust-registry.c ust-app.c \