X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=7ec0f52a50c7c0fe2ca5a55324cc0126617ec099;hp=7ca180bd38a43ad4cd647f8b301a582f827d3d87;hb=03bb2358875cfca96394e78357c96baaa1e91efa;hpb=0d32d1a95331da3baf00ad1eb7be907129c6a9db diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 7ca180bd3..7ec0f52a5 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -27,7 +27,8 @@ noinst_LTLIBRARIES = libcommon.la EXTRA_DIST = mi-lttng-4.0.xsd libcommon_la_SOURCES = \ - action.c \ + actions/action.c \ + actions/notify.c \ buffer-usage.c \ buffer-view.h buffer-view.c \ common.h \ @@ -48,7 +49,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 \