From: David Sommerseth Date: Fri, 17 Feb 2012 11:09:51 +0000 (+0100) Subject: Makefile.am referenced a now non-existing config-win32.h X-Git-Tag: v2.3-alpha1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec3a7814d436076a442979ec656d3e8431d55d73;p=thirdparty%2Fopenvpn.git 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 Acked-by: Gert Doering --- diff --git a/Makefile.am b/Makefile.am index ab86cc18c..202938996 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,7 +85,6 @@ openvpn_SOURCES = \ clinat.c clinat.h \ common.h \ compat.h compat.c \ - config-win32.h \ crypto.c crypto.h crypto_backend.h \ crypto_openssl.c crypto_openssl.h \ crypto_polarssl.c crypto_polarssl.h \