fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[urcu.git] / tests / common / Makefile.am
index b0a243b92c1cdbc7d13bc2ef85da0027439ccae6..af6d89f5c9c3f66f851d69c6d73924f22196033f 100644 (file)
@@ -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
This page took 0.023256 seconds and 4 git commands to generate.