From: Justin Kendrick Date: Thu, 14 May 2020 21:56:25 +0000 (-0500) Subject: Add missing files to tarball for win32 build X-Git-Tag: v8.20~398^2~5 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ba299b6ced0e70a26b7c68cc68c953a630d2e804;p=users%2Fdwmw2%2Fopenconnect.git 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 --- 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)