X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fcommon%2FMakefile.am;h=af6d89f5c9c3f66f851d69c6d73924f22196033f;hb=HEAD;hp=6e2327201473e36d892e56a687f485963c3c093f;hpb=e2dd4f26d6176f28fcde7bd5076d0cf9d6eb05d3;p=urcu.git diff --git a/tests/common/Makefile.am b/tests/common/Makefile.am index 6e23272..af6d89f 100644 --- a/tests/common/Makefile.am +++ b/tests/common/Makefile.am @@ -1,3 +1,14 @@ -noinst_HEADERS = cpuset.h thread-id.h +# SPDX-FileCopyrightText: 2023 EfficiOS Inc. +# +# SPDX-License-Identifier: MIT -EXTRA_DIST = api.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