X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=75fe7c9070833a147e7571f2a5b8be7156b85bae;hb=bfb2ec6a46481414a99e55556d7b0586e57b074e;hp=7ca180bd38a43ad4cd647f8b301a582f827d3d87;hpb=75e36e37f80032bf3512ab696856fbe42d339b99;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 7ca180bd3..75fe7c907 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 \