actions: introduce start session action
[lttng-tools.git] / src / common / Makefile.am
index 7ca180bd38a43ad4cd647f8b301a582f827d3d87..10e2d40f3676bd208713647338b8e99934eae9c4 100644 (file)
@@ -27,7 +27,9 @@ 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 \
        buffer-usage.c \
        buffer-view.h buffer-view.c \
        common.h \
@@ -48,7 +50,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.023186 seconds and 4 git commands to generate.