From 875a14f1e77fe0c94c7621c3d2a6d15f54c7e819 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Sat, 1 May 2021 18:27:30 +0100 Subject: [PATCH] Fix EXTRA_DIST to include all $(POTFILES) Some files such as gnutls_tpm2_ibm.c were not being included in the tarball. Signed-off-by: David Woodhouse --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 86097b2e..b1d2f403 100644 --- a/Makefile.am +++ b/Makefile.am @@ -143,7 +143,7 @@ endif pkgconfig_DATA = openconnect.pc -EXTRA_DIST = AUTHORS version.sh COPYING.LGPL openconnect.ico $(lib_srcs_openssl) $(lib_srcs_gnutls) openconnect.nsi.in +EXTRA_DIST = AUTHORS version.sh COPYING.LGPL openconnect.ico $(POTFILES) openconnect.nsi.in EXTRA_DIST += $(shell cd "$(top_srcdir)" && \ git ls-tree HEAD -r --name-only -- android/ java/ trojans/ bash/ 2>/dev/null) -- 2.50.1