Build system: use SPDX identifiers
[urcu.git] / tests / common / Makefile.am
... / ...
CommitLineData
1# SPDX-FileCopyrightText: 2023 EfficiOS Inc.
2#
3# SPDX-License-Identifier: MIT
4
5AM_CPPFLAGS += -I$(top_srcdir)/src
6
7noinst_HEADERS = thread-id.h
8
9noinst_LTLIBRARIES = libdebug-yield.la
10
11libdebug_yield_la_SOURCES = debug-yield.c debug-yield.h
12
13EXTRA_DIST = api.h
This page took 0.023322 seconds and 4 git commands to generate.