From f93b76398003769685ae1053ec978fffe17f6cd6 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 27 Oct 2016 18:49:41 +0200 Subject: 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 --- INSTALL | 4 ---- Makefile.am | 6 ------ README | 3 --- 3 files changed, 13 deletions(-) diff --git a/INSTALL b/INSTALL index f0965c7..4c6d21f 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 364785c..8e9581b 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 ee76951..103a75a 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. -- cgit v1.1