X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=5b186ce1f1e95f7efea53a1b70a19cfd6b6b82ed;hp=7ca180bd38a43ad4cd647f8b301a582f827d3d87;hb=b30fa1919a1e0274b8d4734acb8cb54753808609;hpb=75e36e37f80032bf3512ab696856fbe42d339b99 diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 7ca180bd3..5b186ce1f 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -27,7 +27,11 @@ noinst_LTLIBRARIES = libcommon.la EXTRA_DIST = mi-lttng-4.0.xsd libcommon_la_SOURCES = \ - action.c \ + actions/action.c \ + actions/notify.c \ + actions/rotate-session.c \ + actions/start-session.c \ + actions/stop-session.c \ buffer-usage.c \ buffer-view.h buffer-view.c \ common.h \ @@ -48,7 +52,6 @@ libcommon_la_SOURCES = \ location.c \ mi-lttng.c mi-lttng.h \ notification.c \ - notify.c \ optional.h \ pipe.c pipe.h \ readwrite.c readwrite.h \ @@ -56,6 +59,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 \