diff options
author | David Sommerseth <davids@redhat.com> | 2011-02-28 14:57:49 +0100 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2011-02-28 15:35:40 +0100 |
commit | 26eaa885b0a84e5a020c7d463a261f3d819af7a1 (patch) | |
tree | 7959c78a8fcfbb2df325e9bce5763b665e5d26fc /Makefile.am | |
parent | Preparing for the OpenVPN 2.2-RC release (diff) | |
download | openvpn-26eaa885b0a84e5a020c7d463a261f3d819af7a1.tar.xz |
Fix packaging of config-win32.h and service-win32/msvc.makv2.2-RC
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>
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 41f2008..1c9468c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ |