X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fcommon%2FMakefile.am;h=af6d89f5c9c3f66f851d69c6d73924f22196033f;hb=HEAD;hp=5935098f1d8b9dfb6b21fa5bc9ed1a12209f884d;hpb=9a79c612003362a97217613b7906a4782977d373;p=urcu.git diff --git a/tests/common/Makefile.am b/tests/common/Makefile.am index 5935098..af6d89f 100644 --- a/tests/common/Makefile.am +++ b/tests/common/Makefile.am @@ -1,9 +1,14 @@ -AM_CPPFLAGS += -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src +# SPDX-FileCopyrightText: 2023 EfficiOS Inc. +# +# SPDX-License-Identifier: MIT -noinst_HEADERS = cpuset.h thread-id.h +AM_CPPFLAGS += -I$(top_srcdir)/src -I$(top_srcdir)/tests/common + +noinst_HEADERS = \ + api.h \ + compat-rand.h \ + thread-id.h noinst_LTLIBRARIES = libdebug-yield.la libdebug_yield_la_SOURCES = debug-yield.c debug-yield.h - -EXTRA_DIST = api.h