X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=10e2d40f3676bd208713647338b8e99934eae9c4;hp=7ca180bd38a43ad4cd647f8b301a582f827d3d87;hb=58397d0d83913a52d42e1fe9b9a09f4ebdde8f27;hpb=75e36e37f80032bf3512ab696856fbe42d339b99 diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 7ca180bd3..10e2d40f3 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -27,7 +27,9 @@ noinst_LTLIBRARIES = libcommon.la EXTRA_DIST = mi-lttng-4.0.xsd libcommon_la_SOURCES = \ - action.c \ + actions/action.c \ + actions/notify.c \ + actions/start-session.c \ buffer-usage.c \ buffer-view.h buffer-view.c \ common.h \ @@ -48,7 +50,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 \