X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=d071bdfdfca6f4bc3dcc6dcbc12dbc445a2586cb;hb=9e620ea7b016fc3fd4e08b5d094ffa40b36b50f6;hp=10e2d40f3676bd208713647338b8e99934eae9c4;hpb=58397d0d83913a52d42e1fe9b9a09f4ebdde8f27;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 10e2d40f3..d071bdfdf 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -28,8 +28,12 @@ EXTRA_DIST = mi-lttng-4.0.xsd libcommon_la_SOURCES = \ actions/action.c \ + actions/group.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 \ @@ -51,12 +55,15 @@ libcommon_la_SOURCES = \ mi-lttng.c mi-lttng.h \ notification.c \ optional.h \ + payload.c payload.h \ + payload-view.c payload-view.h \ 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 \ trace-chunk.c trace-chunk.h \