X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=556c557777bfd35dc1b3a50d65cf84311c30f0ef;hp=6a841e92a703bc82d4f85b73ba228e44dd383157;hb=e6a39346997db7e1d40026b2cc10be5893723eb3;hpb=e4d2f27a74baf6942ac8fcafd5ea53e775ceceb3 diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 6a841e92a..556c55777 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -48,10 +48,14 @@ libcommon_la_SOURCES = \ error.c error.h \ evaluation.c \ event.c \ + event-rule/event-rule.c \ + event-rule/kprobe.c \ + event-rule/syscall.c \ filter.c filter.h \ fd-handle.c fd-handle.h \ fs-handle.c fs-handle.h fs-handle-internal.h \ futex.c futex.h \ + kernel-probe.c \ location.c \ mi-lttng.c mi-lttng.h \ notification.c \ @@ -75,6 +79,7 @@ libcommon_la_SOURCES = \ userspace-probe.c \ utils.c utils.h \ uuid.c uuid.h \ + thread.c thread.h \ tracker.c tracker.h \ waiter.c waiter.h