dist: add more missing files only used in the MSVC build

So it is possible to build with MSVC from the release
tarballs.

Fixes #344.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20230619132934.76085-2-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26748.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit 6801260dba)
This commit is contained in:
Frank Lichtenheld 2023-06-19 15:29:31 +02:00 committed by Gert Doering
parent cbc9e0ce41
commit af60fdc7d5
2 changed files with 3 additions and 1 deletions

View file

@ -13,6 +13,7 @@ MAINTAINERCLEANFILES = \
$(srcdir)/Makefile.in
dist_noinst_DATA = \
git-version.py \
msvc-generate.vcxproj \
Makefile.mak \
msvc-generate.js \

View file

@ -16,7 +16,8 @@ MAINTAINERCLEANFILES = \
EXTRA_DIST = \
openvpn.vcxproj \
openvpn.manifest
openvpn.manifest \
vcpkg.json
AM_CPPFLAGS = \
-I$(top_srcdir)/include \