Tests: implement REUSE with SPDX identifiers
[lttng-ust.git] / tests / compile / api1 / hello / Makefile.am
index a4c8c9328b260570d5171adfa7af2fa8e630a6dd..04dce1e9e51c632c9ad6bef6c1b67de514885c8d 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
+#
 # SPDX-License-Identifier: LGPL-2.1-only
 
 AM_CPPFLAGS += -I$(srcdir)
@@ -17,4 +19,7 @@ hello_compatapi1_LDADD = \
        $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \
        $(DL_LIBS)
 
-EXTRA_DIST = README
+EXTRA_DIST = \
+       Makefile.example.bsd \
+       Makefile.example.linux \
+       README.md
This page took 0.023761 seconds and 4 git commands to generate.