X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=tests%2Fcompile%2Fapi1%2Fsame_line_tracepoint%2FMakefile.am;fp=tests%2Fcompile%2Fapi1%2Fsame_line_tracepoint%2FMakefile.am;h=82ab830347f7dc6ae48d7620213a5c00b928e123;hp=890ce4876b98f4a08ebd5c4114555e91463a0aca;hb=e03d7c66c57bf268b87296566a5160039f35ccfb;hpb=79f8dc6f50b20fb6b1d99f9bd97d70aa361bc6ad diff --git a/tests/compile/api1/same_line_tracepoint/Makefile.am b/tests/compile/api1/same_line_tracepoint/Makefile.am index 890ce487..82ab8303 100644 --- a/tests/compile/api1/same_line_tracepoint/Makefile.am +++ b/tests/compile/api1/same_line_tracepoint/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: 2023 EfficiOS, Inc +# # SPDX-License-Identifier: LGPL-2.1-only AM_CPPFLAGS += -I$(srcdir) @@ -16,4 +18,4 @@ same_line_tracepoint_compatapi1_LDADD = \ $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \ $(DL_LIBS) -EXTRA_DIST = README +EXTRA_DIST = README.md