Tests: implement REUSE with SPDX identifiers
[lttng-ust.git] / tests / compile / api0 / hello / Makefile.am
index 75ab9e19dc6a760a59d4ddc6691ee58614977731..aa5fa263718060d0f68886fd6426c27a3ee09a55 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
+#
 # SPDX-License-Identifier: LGPL-2.1-only
 
 AM_CPPFLAGS += -I$(srcdir)
@@ -6,3 +8,8 @@ noinst_PROGRAMS = hello
 hello_SOURCES = hello.c tp.c ust_tests_hello.h
 hello_LDADD = $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la $(DL_LIBS)
 hello_CFLAGS = -Werror=old-style-definition $(AM_CFLAGS)
+
+EXTRA_DIST = \
+       Makefile.example.bsd \
+       Makefile.example.linux \
+       README.md
This page took 0.025146 seconds and 4 git commands to generate.