actions: introduce start session action
[lttng-tools.git] / include / Makefile.am
index 610f1cb73cd72ef209ba91e1c895d4c5b814ea9b..dace86e032831cb797e0f6ee683959a480762719 100644 (file)
@@ -1,3 +1,4 @@
+## SPDX-License-Identifier: GPL-2.0-only
 ##
 ## This target generates an include file that contains the git version
 ## string of the current branch, it must be continuously updated when
@@ -120,7 +121,8 @@ lttnginclude_HEADERS = \
 
 lttngactioninclude_HEADERS= \
        lttng/action/action.h \
-       lttng/action/notify.h
+       lttng/action/notify.h \
+       lttng/action/start-session.h
 
 lttngconditioninclude_HEADERS= \
        lttng/condition/condition.h \
@@ -143,6 +145,7 @@ noinst_HEADERS = \
        lttng/load-internal.h \
        lttng/action/action-internal.h \
        lttng/action/notify-internal.h \
+       lttng/action/start-session-internal.h \
        lttng/condition/condition-internal.h \
        lttng/condition/buffer-usage-internal.h \
        lttng/condition/session-consumed-size-internal.h \
@@ -160,6 +163,5 @@ noinst_HEADERS = \
        lttng/userspace-probe-internal.h \
        lttng/session-internal.h \
        lttng/session-descriptor-internal.h \
-       lttng/tracker-internal.h \
        version.h \
        version.i
This page took 0.023906 seconds and 5 git commands to generate.