Build system: use SPDX identifiers
[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
6
7 noinst_HEADERS = thread-id.h
8
9 noinst_LTLIBRARIES = libdebug-yield.la
10
11 libdebug_yield_la_SOURCES = debug-yield.c debug-yield.h
12
13 EXTRA_DIST = api.h
This page took 0.030858 seconds and 5 git commands to generate.