X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2FMakefile.am;h=1f89b1bf6cb4405dd77fad9b7094a8fb12b099e7;hp=9f8bf230105d4d3846b438c707c7b0d18c461dce;hb=403e01ee4af47ae897fe42f1ed420648027022ae;hpb=9aba4735342323e43b04e267ad6cf1bf2c05bf54 diff --git a/include/Makefile.am b/include/Makefile.am index 9f8bf2301..1f89b1bf6 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 @@ -113,7 +114,10 @@ lttnginclude_HEADERS = \ lttng/location.h \ lttng/userspace-probe.h \ lttng/session-descriptor.h \ - lttng/destruction-handle.h + lttng/destruction-handle.h \ + lttng/clear.h \ + lttng/clear-handle.h \ + lttng/tracker.h lttngactioninclude_HEADERS= \ lttng/action/action.h \