X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=49e9a8fd8a478d0d691798fdeec77da3115620ea;hb=2f571d6fcdc6603de2b68eef27214c360a1dac5d;hp=7ca180bd38a43ad4cd647f8b301a582f827d3d87;hpb=75e36e37f80032bf3512ab696856fbe42d339b99;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 7ca180bd3..49e9a8fd8 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -27,7 +27,13 @@ noinst_LTLIBRARIES = libcommon.la EXTRA_DIST = mi-lttng-4.0.xsd libcommon_la_SOURCES = \ - action.c \ + actions/action.c \ + actions/group.c \ + actions/notify.c \ + actions/rotate-session.c \ + actions/snapshot-session.c \ + actions/start-session.c \ + actions/stop-session.c \ buffer-usage.c \ buffer-view.h buffer-view.c \ common.h \ @@ -43,19 +49,22 @@ 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 \ - notify.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 \ 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 \