X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=4ea732e014ea672d1cadca4b59312a9017e3c35e;hb=670a26e4165562ab2dc5a16b9941f942e4f30996;hp=b90b8854c64f6a9cf80f488e9943b7b336d875d1;hpb=7f4d5b07cf7be895b38b69073389a4fcc318ec29;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index b90b8854c..4ea732e01 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -46,7 +46,7 @@ libcommon_la_SOURCES = \ common.h \ conditions/buffer-usage.c \ conditions/condition.c \ - conditions/on-event.c \ + conditions/event-rule-matches.c \ conditions/session-consumed-size.c \ conditions/session-rotation.c \ context.c context.h \ @@ -58,6 +58,7 @@ libcommon_la_SOURCES = \ dynamic-buffer.c dynamic-buffer.h \ endpoint.c \ error.c error.h \ + error-query.c \ evaluation.c \ event.c \ event-expr-to-bytecode.c event-expr-to-bytecode.h \