X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fcompile%2Fapi0%2Fsame_line_tracepoint%2FMakefile.am;h=ba987d58c2a2e052fe89e29664a73214259b25dc;hb=e03d7c66c57bf268b87296566a5160039f35ccfb;hp=f9e1ba679eccdcda71911a809b298c7ffb103d4f;hpb=79f8dc6f50b20fb6b1d99f9bd97d70aa361bc6ad;p=lttng-ust.git diff --git a/tests/compile/api0/same_line_tracepoint/Makefile.am b/tests/compile/api0/same_line_tracepoint/Makefile.am index f9e1ba67..ba987d58 100644 --- a/tests/compile/api0/same_line_tracepoint/Makefile.am +++ b/tests/compile/api0/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) @@ -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