X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=dd807125b6342e243c4720f835ba01ba94c37f27;hp=481a3e3b31cb147d0933fa001ab4dd0bebb5a5cc;hb=refs%2Fheads%2Fsow-2019-0002-rev1;hpb=022349df3783b538b41cf4a3cd55e7b231603bdd diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index 481a3e3b3..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)"\" @@ -51,7 +53,9 @@ lttng_sessiond_SOURCES = utils.c utils.h \ manage-apps.c manage-apps.h \ manage-kernel.c manage-kernel.h \ manage-consumer.c manage-consumer.h \ - clear.c clear.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 \