X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=d071bdfdfca6f4bc3dcc6dcbc12dbc445a2586cb;hp=75fe7c9070833a147e7571f2a5b8be7156b85bae;hb=e368fb4396b9bdb22de16f0c93512c9f6d7ab0b4;hpb=bfb2ec6a46481414a99e55556d7b0586e57b074e diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 75fe7c907..d071bdfdf 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -28,8 +28,10 @@ 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 \ @@ -53,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 \