X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=bbddbe7ebffc03e8b41953056e0748280c2ddd3b;hp=7c2ab3e3a193dfa663827a54a8ba8f598cd8fc82;hb=683d081a7f3734fcb5c8dd4424b0aa102117d1a0;hpb=df08d338ff7f7ced42ba49530617b06a73678669 diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 7c2ab3e3a..bbddbe7eb 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -34,14 +34,18 @@ 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/event-rule.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 \ @@ -52,6 +56,7 @@ libcommon_la_SOURCES = \ 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 \ @@ -66,9 +71,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 \