X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=32b28c82f57e4fc6e2c4d41772f39918363edc73;hp=5303f26431f3c9e1db9791d314cafc7ffeafbb10;hb=0c51e8f329cdd907761e34c3e4394200a56c6812;hpb=931bdbaa3a3fd1d586a0045c15cac23d6cfc67f9 diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 5303f2643..32b28c82f 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -28,7 +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 \ @@ -58,6 +61,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 \