Fix: liblttng-ctl: leak of tracker handle in lttng_[un]track_pid
[lttng-tools.git] / include / Makefile.am
index ab5aa5375794501cc5b75930b1b7e123f6f488a2..1f89b1bf6cb4405dd77fad9b7094a8fb12b099e7 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
@@ -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 \
This page took 0.024241 seconds and 5 git commands to generate.