Move to kernel style SPDX license identifiers
[lttng-tools.git] / include / Makefile.am
index 9f8bf230105d4d3846b438c707c7b0d18c461dce..ccd0d87d62dc6ff3ecd9bfe0393cf84baaf44167 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
@@ -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 \
@@ -157,5 +161,6 @@ 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.024538 seconds and 5 git commands to generate.