Browse code

Fix packaging of config-win32.h and service-win32/msvc.mak

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>

David Sommerseth authored on 2011/02/28 22:57:49
Showing 2 changed files
... ...
@@ -2,9 +2,10 @@ OpenVPN Change Log
2 2
 Copyright (C) 2002-2011 OpenVPN Technologies, Inc. <sales@openvpn.net>
3 3
 
4 4
 2011.02.28 -- Version 2.2-RC
5
-David Sommerseth (2):
5
+David Sommerseth (3):
6 6
       Make the --x509-username-field feature an opt-in feature
7 7
       Fix compiler warning when compiling against OpenSSL 1.0.0
8
+      Fix packaging of config-win32.h and service-win32/msvc.mak
8 9
 
9 10
 James Yonan (1):
10 11
       Minor addition of logging info before and after execution of Windows net commands.
... ...
@@ -60,7 +60,8 @@ SUBDIRS = \
60 60
 TESTS = t_client.sh t_lpback.sh t_cltsrv.sh
61 61
 sbin_PROGRAMS = openvpn
62 62
 
63
-dist_noinst_HEADERS =
63
+dist_noinst_HEADERS = \
64
+	config-win32.h
64 65
 
65 66
 dist_noinst_SCRIPTS = \
66 67
 	$(TESTS) \
... ...
@@ -73,7 +74,8 @@ dist_noinst_DATA = \
73 73
 	openvpn.spec \
74 74
 	COPYRIGHT.GPL \
75 75
 	PORTS \
76
-	INSTALL-win32.txt
76
+	INSTALL-win32.txt \
77
+	service-win32/msvc.mak
77 78
 
78 79
 openvpn_SOURCES = \
79 80
         base64.c base64.h \