From: David Sommerseth Date: Thu, 27 Oct 2016 16:49:41 +0000 (+0200) Subject: Remove last rest of INSTALL-win32.txt references X-Git-Tag: v2.4_beta1~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f93b76398003769685ae1053ec978fffe17f6cd6;p=thirdparty%2Fopenvpn.git Remove last rest of INSTALL-win32.txt references Commit 04341beb1d8e0fad3425bfec5f281fe431895cd6 removed the INSTALL-win32.txt file. But there were crucial parts left in Makefile.am which broke building OpenVPN. In addition, removed other references in INSTALL and README to the same file to be complete. Signed-off-by: David Sommerseth Acked-by: Gert Doering Message-Id: <1477586981-5047-1-git-send-email-davids@openvpn.net> URL: http://www.mail-archive.com/search?l=mid&q=1477586981-5047-1-git-send-email-davids@openvpn.net --- diff --git a/INSTALL b/INSTALL index f0965c79b..4c6d21f45 100644 --- a/INSTALL +++ b/INSTALL @@ -12,10 +12,6 @@ QUICK START: Unix: ./configure && make && make-install - Cross-compile for Windows on Unix - - See INSTALL-win32.txt - ************************************************************************* To download OpenVPN, go to: diff --git a/Makefile.am b/Makefile.am index 364785c40..8e9581b33 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,12 +74,6 @@ dist_noinst_DATA = \ msvc-dev.bat \ msvc-build.bat -if WIN32 -dist_doc_DATA += INSTALL-win32.txt -else -dist_noinst_DATA += INSTALL-win32.txt -endif - dist_noinst_HEADERS = \ config-msvc.h \ config-msvc-version.h.in diff --git a/README b/README index ee7695163..103a75a69 100644 --- a/README +++ b/README @@ -39,9 +39,6 @@ For a description of OpenVPN's underlying protocol, Other Files & Directories: -* INSTALL-win32.txt -- installation instructions - for Windows - * configure.ac -- script to rebuild our configure script and makefile.