X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcommon%2FMakefile.am;h=5935098f1d8b9dfb6b21fa5bc9ed1a12209f884d;hb=HEAD;hp=b0a243b92c1cdbc7d13bc2ef85da0027439ccae6;hpb=2650042a5405028da49bfcfb71053b78a56a9ed4;p=urcu.git diff --git a/tests/common/Makefile.am b/tests/common/Makefile.am index b0a243b..af6d89f 100644 --- a/tests/common/Makefile.am +++ b/tests/common/Makefile.am @@ -1,7 +1,14 @@ -noinst_HEADERS = cpuset.h thread-id.h +# SPDX-FileCopyrightText: 2023 EfficiOS Inc. +# +# SPDX-License-Identifier: MIT + +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