From 4caa127fe5f132d88a2f80b5c9790753876659e3 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Mon, 13 May 2024 11:25:31 +0200 Subject: [PATCH] build: drop the LGPL-3.0 license file from EXTRA_DIST The release tarball building is currently broken because it looks for a file that no longer exists. Drop the LGPL-3.0 license file from EXTRA_DIST. Fixes: 76ecc337c519 ("licensing: relicense C++ bindings under LGPL-2.1-or-later") Signed-off-by: Bartosz Golaszewski --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 941d7e8..2ace901 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,6 @@ EXTRA_DIST = \ LICENSES/CC0-1.0.txt \ LICENSES/GPL-2.0-only.txt \ LICENSES/Linux-syscall-note.txt \ - LICENSES/LGPL-3.0-or-later.txt \ LICENSES/BSD-3-Clause.txt if WITH_EXAMPLES -- 2.30.2