]> git.ipfire.org Git - thirdparty/curl.git/commit
Makefile.am: fix the MSVC project generation
authorDaniel Stenberg <daniel@haxx.se>
Wed, 20 Dec 2023 22:10:38 +0000 (23:10 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 21 Dec 2023 08:19:36 +0000 (09:19 +0100)
commit3cd153d21ab1b5c4d02596469fd295c3186f9ebd
tree73658fb7d99f6fb1299cc5f3d2b6b7321efd4935
parent8d23a40ba6402f3f5a34102a28940d5d08847f3d
Makefile.am: fix the MSVC project generation

It made the vcxproj files not get included in dist tarballs.

Regression since 74423b5df4c8117891eb89 (8.5.0)

Reported-by: iAroc on github
Fixes #12564
Closes #12567
Makefile.am