build: drop the LGPL-3.0 license file from EXTRA_DIST
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 13 May 2024 09:25:31 +0000 (11:25 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 13 May 2024 09:25:31 +0000 (11:25 +0200)
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 <bartosz.golaszewski@linaro.org>
Makefile.am

index 941d7e8d5bba7dffa1a116b0c0158349bec76f06..2ace90170032cea2efe6523ca8af943a78c606ad 100644 (file)
@@ -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