Build system: use SPDX identifiers
[urcu.git] / src / Makefile.am
index 6c383531fd46f4e73f90f3e34fe8bf05abc7b13d..6bdd4a52d29176722a9f41900d02f3b280e81806 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2023 EfficiOS Inc.
+#
+# SPDX-License-Identifier: MIT
+
 AM_CPPFLAGS += -I$(top_srcdir)/src
 
 #Add the -version-info directly here since we are only building
@@ -5,7 +9,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/src
 AM_LDFLAGS=-version-info $(URCU_LIBRARY_VERSION) $(LT_NO_UNDEFINED)
 
 dist_noinst_HEADERS = urcu-die.h urcu-wait.h compat-getcpu.h \
-       compat-rand.h urcu-utils.h
+       compat-rand.h urcu-utils.h compat-smp.h
 
 COMPAT = compat_arch.c compat_futex.c
 
@@ -57,4 +61,5 @@ pkgconfig_DATA = liburcu-cds.pc liburcu.pc liburcu-bp.pc liburcu-qsbr.pc \
 EXTRA_DIST = \
        urcu-call-rcu-impl.h \
        urcu-defer-impl.h \
+       urcu-poll-impl.h \
        rculfhash-internal.h
This page took 0.023523 seconds and 4 git commands to generate.