Tests: Fix abi conflict test when building with clang
[lttng-ust.git] / include / Makefile.am
index b1f5dce9dc27a4d3d6b57d0c557379f4bdac44df..faa00cd97133e56c8bd37ae8946de1c3b41fe285 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
+#
 # SPDX-License-Identifier: LGPL-2.1-only
 
 ###                    ###
 # SPDX-License-Identifier: LGPL-2.1-only
 
 ###                    ###
@@ -19,6 +21,7 @@ nobase_include_HEADERS = \
        lttng/ust-common.h \
        lttng/ust-ctl.h \
        lttng/ust-abi.h \
        lttng/ust-common.h \
        lttng/ust-ctl.h \
        lttng/ust-abi.h \
+       lttng/ust-abi-old.h \
        lttng/ust-tracer.h \
        lttng/ust-compiler.h \
        lttng/ust-fork.h \
        lttng/ust-tracer.h \
        lttng/ust-compiler.h \
        lttng/ust-fork.h \
@@ -38,7 +41,8 @@ nobase_include_HEADERS = \
        lttng/urcu/urcu-ust.h \
        lttng/urcu/static/pointer.h \
        lttng/urcu/static/urcu-ust.h \
        lttng/urcu/urcu-ust.h \
        lttng/urcu/static/pointer.h \
        lttng/urcu/static/urcu-ust.h \
-       lttng/ust-sigbus.h
+       lttng/ust-sigbus.h \
+       lttng/ust-cancelstate.h
 
 # Auto-generated by configure.
 nobase_nodist_include_HEADERS = \
 
 # Auto-generated by configure.
 nobase_nodist_include_HEADERS = \
This page took 0.024347 seconds and 4 git commands to generate.