X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Funit%2Fpthread_name%2FMakefile.am;h=162bfabf5ac5f3bc0ac271a2b9a35a89663482a8;hb=85f8af7b80f5d52ab099e7f73d3ac8f59c6bb1e9;hp=173191d724dc6b9f2baba3cf7f0c25c8f2e73e44;hpb=dbe6ade0ba17270b2cb119b9961bbb7e48ce4733;p=lttng-ust.git diff --git a/tests/unit/pthread_name/Makefile.am b/tests/unit/pthread_name/Makefile.am index 173191d7..162bfabf 100644 --- a/tests/unit/pthread_name/Makefile.am +++ b/tests/unit/pthread_name/Makefile.am @@ -1,4 +1,6 @@ -AM_CPPFLAGS += -I$(top_srcdir)/include -I$(top_srcdir)/liblttng-ust -I$(top_srcdir)/tests/utils +# SPDX-License-Identifier: LGPL-2.1-only + +AM_CPPFLAGS += -I$(top_srcdir)/liblttng-ust -I$(top_srcdir)/tests/utils noinst_PROGRAMS = test_pthread_name test_pthread_name_SOURCES = pthread_name.c