Browse code

Makefile.am referenced a now non-existing config-win32.h

This file was moved to win/config.h.in and is the template used
by the Python build tools in win/. This happened in
commit 4b312378e9e7084a0699ca6d4b895bdadb7540db

For all other autotools based environments, ./configure will take
care of creating the proper config.h

Signed-off-by: David Sommerseth <davids@redhat.com>
Acked-by: Gert Doering <gert@greenie.muc.de>

David Sommerseth authored on 2012/02/17 20:09:51
Showing 1 changed files
... ...
@@ -85,7 +85,6 @@ openvpn_SOURCES = \
85 85
 	clinat.c clinat.h \
86 86
 	common.h \
87 87
 	compat.h compat.c \
88
-	config-win32.h \
89 88
 	crypto.c crypto.h crypto_backend.h \
90 89
 	crypto_openssl.c crypto_openssl.h \
91 90
 	crypto_polarssl.c crypto_polarssl.h \