X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fcommon%2FMakefile.am;h=2cdc273c70d213c0a7a963f38b03a0bf5f4a03c6;hb=HEAD;hp=b55e527a254f5a3c123b310f0857d4c2b69efc57;hpb=cfac80429e92064001addbfaf274951e68b16a44;p=urcu.git diff --git a/tests/common/Makefile.am b/tests/common/Makefile.am index b55e527..af6d89f 100644 --- a/tests/common/Makefile.am +++ b/tests/common/Makefile.am @@ -1,9 +1,14 @@ -AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) +# 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