0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 03:52:28 +02:00

Remove last rest of INSTALL-win32.txt references

Commit 04341beb1d 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
This commit is contained in:
David Sommerseth 2016-10-27 18:49:41 +02:00
parent 04341beb1d
commit f93b763980
3 changed files with 0 additions and 13 deletions

View File

@ -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:

View File

@ -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

3
README
View File

@ -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.