X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Funit%2Fpthread_name%2FMakefile.am;h=0970f854bfda87aa452a3ae4e99e9b9b48a9567a;hb=e03d7c66c57bf268b87296566a5160039f35ccfb;hp=561f52487b4dc112d0c4900665702651e4e660a3;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;p=lttng-ust.git diff --git a/tests/unit/pthread_name/Makefile.am b/tests/unit/pthread_name/Makefile.am index 561f5248..0970f854 100644 --- a/tests/unit/pthread_name/Makefile.am +++ b/tests/unit/pthread_name/Makefile.am @@ -1,6 +1,8 @@ +# SPDX-FileCopyrightText: 2023 EfficiOS, Inc +# # SPDX-License-Identifier: LGPL-2.1-only -AM_CPPFLAGS += -I$(top_srcdir)/include -I$(top_srcdir)/liblttng-ust -I$(top_srcdir)/tests/utils +AM_CPPFLAGS += -I$(top_srcdir)/liblttng-ust -I$(top_srcdir)/tests/utils noinst_PROGRAMS = test_pthread_name test_pthread_name_SOURCES = pthread_name.c