mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
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:
parent
cbc9e0ce41
commit
af60fdc7d5
2 changed files with 3 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ MAINTAINERCLEANFILES = \
|
|||
$(srcdir)/Makefile.in
|
||||
|
||||
dist_noinst_DATA = \
|
||||
git-version.py \
|
||||
msvc-generate.vcxproj \
|
||||
Makefile.mak \
|
||||
msvc-generate.js \
|
||||
|
|
|
|||
|
|
@ -16,7 +16,8 @@ MAINTAINERCLEANFILES = \
|
|||
|
||||
EXTRA_DIST = \
|
||||
openvpn.vcxproj \
|
||||
openvpn.manifest
|
||||
openvpn.manifest \
|
||||
vcpkg.json
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/include \
|
||||
|
|
|
|||
Loading…
Reference in a new issue