X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=6bdd4a52d29176722a9f41900d02f3b280e81806;hb=d001c88633f6a58e94eb73f4814976d13f61bd77;hp=6c383531fd46f4e73f90f3e34fe8bf05abc7b13d;hpb=799d344f0b89f0c3565f54ad740e7964eb75b7d2;p=urcu.git diff --git a/src/Makefile.am b/src/Makefile.am index 6c38353..6bdd4a5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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