uatomic/x86: Remove redundant memory barriers
[urcu.git] / tests / common / Makefile.am
1 # SPDX-FileCopyrightText: 2023 EfficiOS Inc.
2 #
3 # SPDX-License-Identifier: MIT
4
5 AM_CPPFLAGS += -I$(top_srcdir)/src -I$(top_srcdir)/tests/common
6
7 noinst_HEADERS = \
8 api.h \
9 compat-rand.h \
10 thread-id.h
11
12 noinst_LTLIBRARIES = libdebug-yield.la
13
14 libdebug_yield_la_SOURCES = debug-yield.c debug-yield.h
This page took 0.038094 seconds and 5 git commands to generate.