X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=7c2ab3e3a193dfa663827a54a8ba8f598cd8fc82;hp=6ee43e48f5913fe48bc8237a8d95fa3f49ce7492;hb=df08d338ff7f7ced42ba49530617b06a73678669;hpb=cb8d0d245b5739e7493dcf27314f6e42615f14b1 diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 6ee43e48f..7c2ab3e3a 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -48,10 +48,15 @@ libcommon_la_SOURCES = \ error.c error.h \ evaluation.c \ event.c \ + event-rule/event-rule.c \ + event-rule/kprobe.c \ + event-rule/syscall.c \ + event-rule/uprobe.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 \