X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=07aaa821ca19a9c4f83613ebca7dcb4505c14aa6;hb=588c4b0d153e8919b8d9159b69ce0db8fbe52af0;hp=e71c1081443744445bbdeed89895c75c94979593;hpb=b7fc068d873bcfc93761f418bfefe8c928c33a59;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index e71c10814..07aaa821c 100644 --- a/src/bin/lttng-sessiond/Makefile.am +++ b/src/bin/lttng-sessiond/Makefile.am @@ -55,7 +55,11 @@ lttng_sessiond_SOURCES = utils.c utils.h \ manage-consumer.c manage-consumer.h \ clear.c clear.h \ tracker.c tracker.h \ - action-executor.c action-executor.h + event-notifier-error-accounting.c event-notifier-error-accounting.h \ + action-executor.c action-executor.h\ + trigger-error-query.c + +lttng_sessiond_LDFLAGS = -rdynamic if HAVE_LIBLTTNG_UST_CTL lttng_sessiond_SOURCES += trace-ust.c ust-registry.c ust-app.c \