X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2FMakefile.am;h=ccd0d87d62dc6ff3ecd9bfe0393cf84baaf44167;hp=ab5aa5375794501cc5b75930b1b7e123f6f488a2;hb=9df6c82a8ea4064f9868028b9fc3412f45adbb0a;hpb=f2c1f0d46e0ed64f57a4f3bc3a5d6c5b6d743b77 diff --git a/include/Makefile.am b/include/Makefile.am index ab5aa5375..ccd0d87d6 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 @@ -115,7 +116,8 @@ lttnginclude_HEADERS = \ lttng/session-descriptor.h \ lttng/destruction-handle.h \ lttng/clear.h \ - lttng/clear-handle.h + lttng/clear-handle.h \ + lttng/tracker.h lttngactioninclude_HEADERS= \ lttng/action/action.h \ @@ -159,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