]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Fix packaging of config-win32.h and service-win32/msvc.mak v2.2-RC
authorDavid Sommerseth <davids@redhat.com>
Mon, 28 Feb 2011 13:57:49 +0000 (14:57 +0100)
committerDavid Sommerseth <davids@redhat.com>
Mon, 28 Feb 2011 14:35:40 +0000 (15:35 +0100)
The config-win32.h and service-win32/msvc.mak was not included
into the final source balls when using 'make dist', which is
crucial for Windows building.

Signed-off-by: David Sommerseth <davids@redhat.com>
Acked-by: Samuli Seppänen <samuli@openvpn.net>
ChangeLog
Makefile.am

index 57ba00533d89a8b0c90c3cb3254f79579746a1d7..2626cecc530873cc55024dea3a2227ff866feeae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,9 +2,10 @@ OpenVPN Change Log
 Copyright (C) 2002-2011 OpenVPN Technologies, Inc. <sales@openvpn.net>
 
 2011.02.28 -- Version 2.2-RC
-David Sommerseth (2):
+David Sommerseth (3):
       Make the --x509-username-field feature an opt-in feature
       Fix compiler warning when compiling against OpenSSL 1.0.0
+      Fix packaging of config-win32.h and service-win32/msvc.mak
 
 James Yonan (1):
       Minor addition of logging info before and after execution of Windows net commands.
index 41f20080561893af5fbd9918a2567ce10e3a1abd..1c9468c7dfa865a3b526f18533fec974237ce8b3 100644 (file)
@@ -60,7 +60,8 @@ SUBDIRS = \
 TESTS = t_client.sh t_lpback.sh t_cltsrv.sh
 sbin_PROGRAMS = openvpn
 
-dist_noinst_HEADERS =
+dist_noinst_HEADERS = \
+       config-win32.h
 
 dist_noinst_SCRIPTS = \
        $(TESTS) \
@@ -73,7 +74,8 @@ dist_noinst_DATA = \
        openvpn.spec \
        COPYRIGHT.GPL \
        PORTS \
-       INSTALL-win32.txt
+       INSTALL-win32.txt \
+       service-win32/msvc.mak
 
 openvpn_SOURCES = \
         base64.c base64.h \