actions: introduce stop session action
[lttng-tools.git] / src / common / Makefile.am
index 7ca180bd38a43ad4cd647f8b301a582f827d3d87..5303f26431f3c9e1db9791d314cafc7ffeafbb10 100644 (file)
@@ -27,7 +27,10 @@ noinst_LTLIBRARIES = libcommon.la
 EXTRA_DIST = mi-lttng-4.0.xsd
 
 libcommon_la_SOURCES = \
-       action.c \
+       actions/action.c \
+       actions/notify.c \
+       actions/start-session.c \
+       actions/stop-session.c \
        buffer-usage.c \
        buffer-view.h buffer-view.c \
        common.h \
@@ -48,7 +51,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.024025 seconds and 4 git commands to generate.