aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sommerseth2016-10-27 18:49:41 +0200
committerDavid Sommerseth2016-10-27 18:57:24 +0200
commitf93b76398003769685ae1053ec978fffe17f6cd6 (patch)
tree27dd9f247d1bc7f311abec7919c51457cf93ba4b
parent04341beb1d8e0fad3425bfec5f281fe431895cd6 (diff)
downloadopenvpn-f93b76398003769685ae1053ec978fffe17f6cd6.zip
openvpn-f93b76398003769685ae1053ec978fffe17f6cd6.tar.gz
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 <davids@openvpn.net> Acked-by: Gert Doering <gert@greenie.muc.de> 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
-rw-r--r--INSTALL4
-rw-r--r--Makefile.am6
-rw-r--r--README3
3 files changed, 0 insertions, 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.