actions: introduce rotate session action
[lttng-tools.git] / src / common / Makefile.am
index 7ca180bd38a43ad4cd647f8b301a582f827d3d87..75fe7c9070833a147e7571f2a5b8be7156b85bae 100644 (file)
@@ -27,7 +27,11 @@ noinst_LTLIBRARIES = libcommon.la
 EXTRA_DIST = mi-lttng-4.0.xsd
 
 libcommon_la_SOURCES = \
-       action.c \
+       actions/action.c \
+       actions/notify.c \
+       actions/rotate-session.c \
+       actions/start-session.c \
+       actions/stop-session.c \
        buffer-usage.c \
        buffer-view.h buffer-view.c \
        common.h \
@@ -48,7 +52,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 \
This page took 0.02432 seconds and 5 git commands to generate.