From: Frank Lichtenheld Date: Mon, 19 Jun 2023 13:29:31 +0000 (+0200) Subject: dist: add more missing files only used in the MSVC build X-Git-Tag: v2.7_alpha1~455 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6801260dba38ae99f8726c2840ddf6bed57ee1d0;p=thirdparty%2Fopenvpn.git 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 Acked-by: Gert Doering 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 --- diff --git a/build/msvc/msvc-generate/Makefile.am b/build/msvc/msvc-generate/Makefile.am index 9d04326dd..fe13b3704 100644 --- a/build/msvc/msvc-generate/Makefile.am +++ b/build/msvc/msvc-generate/Makefile.am @@ -13,6 +13,7 @@ MAINTAINERCLEANFILES = \ $(srcdir)/Makefile.in dist_noinst_DATA = \ + git-version.py \ msvc-generate.vcxproj \ Makefile.mak \ msvc-generate.js \ diff --git a/src/openvpn/Makefile.am b/src/openvpn/Makefile.am index a8e44528c..2f9799147 100644 --- a/src/openvpn/Makefile.am +++ b/src/openvpn/Makefile.am @@ -16,7 +16,8 @@ MAINTAINERCLEANFILES = \ EXTRA_DIST = \ openvpn.vcxproj \ - openvpn.manifest + openvpn.manifest \ + vcpkg.json AM_CPPFLAGS = \ -I$(top_srcdir)/include \