actions: introduce action group
[lttng-tools.git] / src / common / Makefile.am
index 7ec0f52a50c7c0fe2ca5a55324cc0126617ec099..32b28c82f57e4fc6e2c4d41772f39918363edc73 100644 (file)
@@ -28,7 +28,12 @@ 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 \
+       actions/start-session.c \
+       actions/stop-session.c \
        buffer-usage.c \
        buffer-view.h buffer-view.c \
        common.h \
@@ -56,6 +61,7 @@ libcommon_la_SOURCES = \
        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 \
This page took 0.023883 seconds and 5 git commands to generate.