From: Bartosz Golaszewski Date: Mon, 13 May 2024 09:25:31 +0000 (+0200) Subject: build: drop the LGPL-3.0 license file from EXTRA_DIST X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4caa127fe5f132d88a2f80b5c9790753876659e3;p=qemu-gpiodev%2Flibgpiod.git 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 --- 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