X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=Makefile.am;h=539a2ca3ad34c2aa7ddc84b075ce7666d4a6d550;hp=613e1cd58c0e13b44e003075984059c00dd65642;hb=HEAD;hpb=c0ecb6ea53e564c5bca028070b43793afb77a790 diff --git a/Makefile.am b/Makefile.am index 613e1cd..539a2ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,15 +1,30 @@ +# SPDX-FileCopyrightText: 2023 EfficiOS Inc. +# +# SPDX-License-Identifier: MIT + ACLOCAL_AMFLAGS=-I m4 SUBDIRS = include src doc tests extras -dist_doc_DATA = LICENSE \ - README.md - -dist_noinst_DATA = CodingStyle +dist_doc_DATA = \ + LICENSE.md \ + README.md -EXTRA_DIST = gpl-2.0.txt \ - lgpl-2.1.txt \ - lgpl-relicensing.txt +EXTRA_DIST = \ + CodingStyle.md \ + lgpl-relicensing.md \ + LICENSES/Autoconf-exception-2.0.txt \ + LICENSES/BSD-2-Clause.txt \ + LICENSES/CC0-1.0.txt \ + LICENSES/CC-BY-4.0.txt \ + LICENSES/FSFAP.txt \ + LICENSES/GPL-2.0-only.txt \ + LICENSES/GPL-2.0-or-later.txt \ + LICENSES/LGPL-2.1-only.txt \ + LICENSES/LGPL-2.1-or-later.txt \ + LICENSES/LicenseRef-Autoconf-exception-macro.txt \ + LICENSES/LicenseRef-Boehm-GC.txt \ + LICENSES/MIT.txt .PHONY: short_bench long_bench regtest check-loop short_bench: