Build system: use SPDX identifiers
[userspace-rcu.git] / tests / common / Makefile.am
index 6e2327201473e36d892e56a687f485963c3c093f..2cdc273c70d213c0a7a963f38b03a0bf5f4a03c6 100644 (file)
@@ -1,3 +1,13 @@
-noinst_HEADERS = cpuset.h thread-id.h
+# SPDX-FileCopyrightText: 2023 EfficiOS Inc.
+#
+# SPDX-License-Identifier: MIT
+
+AM_CPPFLAGS += -I$(top_srcdir)/src
+
+noinst_HEADERS = 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.022611 seconds and 4 git commands to generate.