X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=07aaa821ca19a9c4f83613ebca7dcb4505c14aa6;hb=588c4b0d153e8919b8d9159b69ce0db8fbe52af0;hp=e3ee7612def95788662d8aefd08f34c77b877afd;hpb=90aa04a116a8be510b9d256b47de6bbb4144fb8b;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index e3ee7612d..07aaa821c 100644 --- a/src/bin/lttng-sessiond/Makefile.am +++ b/src/bin/lttng-sessiond/Makefile.am @@ -56,7 +56,10 @@ lttng_sessiond_SOURCES = utils.c utils.h \ clear.c clear.h \ tracker.c tracker.h \ event-notifier-error-accounting.c event-notifier-error-accounting.h \ - action-executor.c action-executor.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 \