X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=include%2FMakefile.am;h=b31df9da157cc521c149c4d30fa49266b56d4b37;hb=931bdbaa3a3fd1d586a0045c15cac23d6cfc67f9;hp=610f1cb73cd72ef209ba91e1c895d4c5b814ea9b;hpb=2d97a0067600335f07eecb2c1d9ba68fc164583e;p=lttng-tools.git diff --git a/include/Makefile.am b/include/Makefile.am index 610f1cb73..b31df9da1 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -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,9 @@ lttnginclude_HEADERS = \ lttngactioninclude_HEADERS= \ lttng/action/action.h \ - lttng/action/notify.h + lttng/action/notify.h \ + lttng/action/start-session.h \ + lttng/action/stop-session.h lttngconditioninclude_HEADERS= \ lttng/condition/condition.h \ @@ -143,6 +146,8 @@ noinst_HEADERS = \ lttng/load-internal.h \ lttng/action/action-internal.h \ lttng/action/notify-internal.h \ + lttng/action/start-session-internal.h \ + lttng/action/stop-session-internal.h \ lttng/condition/condition-internal.h \ lttng/condition/buffer-usage-internal.h \ lttng/condition/session-consumed-size-internal.h \ @@ -160,6 +165,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