Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / tests / compile / api0 / same_line_tracepoint / Makefile.am
index f9e1ba679eccdcda71911a809b298c7ffb103d4f..ba987d58c2a2e052fe89e29664a73214259b25dc 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
+#
 # SPDX-License-Identifier: LGPL-2.1-only
 
 AM_CPPFLAGS += -I$(srcdir)
@@ -5,3 +7,5 @@ AM_CPPFLAGS += -I$(srcdir)
 noinst_PROGRAMS = same_line_tracepoint
 same_line_tracepoint_SOURCES = same_line_tracepoint.c ust_tests_sameline.h
 same_line_tracepoint_LDADD = $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la $(DL_LIBS)
+
+EXTRA_DIST = README.md
This page took 0.023299 seconds and 4 git commands to generate.