From: Viktor Szakats Date: Wed, 31 Jul 2024 08:02:13 +0000 (+0200) Subject: dist: add missing `FindNettle.cmake` X-Git-Tag: curl-8_10_0~456 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58946eed20dbf6f606c19ead5e34acb7aed817d8;p=thirdparty%2Fcurl.git dist: add missing `FindNettle.cmake` Follow-up to 669ce42275635dc1f881dab3dfc9a55c9ab49b21 #14285 Reported-by: Christoph Reiter Bug: https://github.com/curl/curl/pull/14285#issuecomment-2259880050 Closes #14320 --- diff --git a/Makefile.am b/Makefile.am index 6d604ea899..5d4895685e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,7 @@ CMAKE_DIST = \ CMake/FindNGHTTP2.cmake \ CMake/FindNGHTTP3.cmake \ CMake/FindNGTCP2.cmake \ + CMake/FindNettle.cmake \ CMake/FindQUICHE.cmake \ CMake/FindWolfSSL.cmake \ CMake/FindZstd.cmake \