X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=f8a207534bc0bd1425db36df2746578da618c461;hb=757c48a28258e64fe251b6803ccdba7898590d70;hp=7ec0f52a50c7c0fe2ca5a55324cc0126617ec099;hpb=03bb2358875cfca96394e78357c96baaa1e91efa;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 7ec0f52a5..f8a207534 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -29,6 +29,10 @@ EXTRA_DIST = mi-lttng-4.0.xsd libcommon_la_SOURCES = \ actions/action.c \ actions/notify.c \ + actions/rotate-session.c \ + actions/snapshot-session.c \ + actions/start-session.c \ + actions/stop-session.c \ buffer-usage.c \ buffer-view.h buffer-view.c \ common.h \ @@ -56,6 +60,7 @@ libcommon_la_SOURCES = \ session-consumed-size.c \ session-descriptor.c \ session-rotation.c \ + snapshot.c snapshot.h \ spawn-viewer.c spawn-viewer.h \ time.c \ trace-chunk.c trace-chunk.h \