cleanup: move rand_r compat code to tests
[urcu.git] / tests / common / Makefile.am
index 2cdc273c70d213c0a7a963f38b03a0bf5f4a03c6..af6d89f5c9c3f66f851d69c6d73924f22196033f 100644 (file)
@@ -2,12 +2,13 @@
 #
 # SPDX-License-Identifier: MIT
 
-AM_CPPFLAGS += -I$(top_srcdir)/src
+AM_CPPFLAGS += -I$(top_srcdir)/src -I$(top_srcdir)/tests/common
 
-noinst_HEADERS = thread-id.h
+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.022247 seconds and 4 git commands to generate.