X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=49e9a8fd8a478d0d691798fdeec77da3115620ea;hb=2cde05107ba33959b71d623579ea3d6c93346488;hp=f8a207534bc0bd1425db36df2746578da618c461;hpb=757c48a28258e64fe251b6803ccdba7898590d70;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index f8a207534..49e9a8fd8 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -28,6 +28,7 @@ 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 \ @@ -48,12 +49,15 @@ libcommon_la_SOURCES = \ evaluation.c \ event.c \ filter.c filter.h \ + fd-handle.c fd-handle.h \ fs-handle.c fs-handle.h fs-handle-internal.h \ futex.c futex.h \ location.c \ mi-lttng.c mi-lttng.h \ notification.c \ optional.h \ + payload.c payload.h \ + payload-view.c payload-view.h \ pipe.c pipe.h \ readwrite.c readwrite.h \ runas.c runas.h \