X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=9df1790fba9841f12052a9b8634b3d0d142dcc6b;hp=b31e6c5466d20e4577fd78ff5ebd302e23d9ffe4;hb=ae20d1bd206b317393846accdc45082d7c37b571;hpb=077192fd1880652a61400b493a0b6cf5bb199435 diff --git a/src/common/Makefile.am b/src/common/Makefile.am index b31e6c546..9df1790fb 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -34,14 +34,17 @@ libcommon_la_SOURCES = \ actions/snapshot-session.c \ actions/start-session.c \ actions/stop-session.c \ - buffer-usage.c \ buffer-view.h buffer-view.c \ common.h \ - condition.c \ + conditions/buffer-usage.c \ + conditions/condition.c \ + conditions/session-consumed-size.c \ + conditions/session-rotation.c \ context.c context.h \ credentials.c credentials.h \ daemonize.c daemonize.h \ defaults.c \ + domain.c \ dynamic-array.c dynamic-array.h \ dynamic-buffer.c dynamic-buffer.h \ endpoint.c \ @@ -50,6 +53,9 @@ libcommon_la_SOURCES = \ event.c \ event-rule/event-rule.c \ event-rule/kprobe.c \ + event-rule/syscall.c \ + event-rule/uprobe.c \ + event-rule/tracepoint.c \ filter.c filter.h \ fd-handle.c fd-handle.h \ fs-handle.c fs-handle.h fs-handle-internal.h \ @@ -64,9 +70,7 @@ libcommon_la_SOURCES = \ pipe.c pipe.h \ readwrite.c readwrite.h \ runas.c runas.h \ - session-consumed-size.c \ session-descriptor.c \ - session-rotation.c \ snapshot.c snapshot.h \ spawn-viewer.c spawn-viewer.h \ time.c \