]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
dist: add missing CMake Find modules to the distribution
authorDon <don.j.olmstead@gmail.com>
Thu, 20 Aug 2020 17:41:39 +0000 (10:41 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 20 Aug 2020 22:12:55 +0000 (00:12 +0200)
Closes #5836

Makefile.am

index b9632770dd7cbb077b6c7bfe3ca58a46e2c18c32..f7e080284651628610487a7166b4e51fda7bb296 100644 (file)
@@ -31,6 +31,7 @@ CMAKE_DIST =                                    \
  CMake/CurlSymbolHiding.cmake                   \
  CMake/CurlTests.c                              \
  CMake/FindBearSSL.cmake                        \
+ CMake/FindBrotli.cmake                         \
  CMake/FindCARES.cmake                          \
  CMake/FindGSS.cmake                            \
  CMake/FindLibSSH2.cmake                        \
@@ -38,8 +39,10 @@ CMAKE_DIST =                                    \
  CMake/FindNGHTTP2.cmake                        \
  CMake/FindNGHTTP3.cmake                        \
  CMake/FindNGTCP2.cmake                         \
+ CMake/FindNSS.cmake                            \
  CMake/FindQUICHE.cmake                         \
  CMake/FindWolfSSL.cmake                        \
+ CMake/FindZstd.cmake                           \
  CMake/Macros.cmake                             \
  CMake/OtherTests.cmake                         \
  CMake/Platforms/WindowsCache.cmake             \