From ba299b6ced0e70a26b7c68cc68c953a630d2e804 Mon Sep 17 00:00:00 2001 From: Justin Kendrick Date: Thu, 14 May 2020 16:56:25 -0500 Subject: [PATCH] Add missing files to tarball for win32 build Fixes building from distribution tarball on win32/mingw. Makefile.am: Include win32-ipicmp.h and openconnect.ico in tarball Signed-off-by: Justin Kendrick --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index d5baed82..d519f848 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ library_srcs = ssl.c http.c http-auth.c auth-common.c library.c compat.c lzs.c m lib_srcs_cisco = auth.c cstp.c lib_srcs_juniper = oncp.c lzo.c auth-juniper.c lib_srcs_pulse = pulse.c -lib_srcs_globalprotect = gpst.c auth-globalprotect.c +lib_srcs_globalprotect = gpst.c win32-ipicmp.h auth-globalprotect.c lib_srcs_oath = oath.c lib_srcs_oidc = oidc.c @@ -133,7 +133,7 @@ endif pkgconfig_DATA = openconnect.pc -EXTRA_DIST = AUTHORS version.sh COPYING.LGPL $(lib_srcs_openssl) $(lib_srcs_gnutls) +EXTRA_DIST = AUTHORS version.sh COPYING.LGPL openconnect.ico $(lib_srcs_openssl) $(lib_srcs_gnutls) EXTRA_DIST += $(shell cd "$(top_srcdir)" && \ git ls-tree HEAD -r --name-only -- android/ java/ trojans/ bash/ 2>/dev/null) -- 2.50.1