diff options
author | Torben Dannhauer <torben@dannhauer.de> | 2016-10-11 12:08:31 +0200 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-10-11 22:57:36 -0400 |
commit | 3b36bd8e1a242b6cd037bb8109e1fc56478951a6 (patch) | |
tree | 3f24394e8878254c5e23056e22a1f4fc87d5f018 /Makefile.am | |
parent | 9297ca49f5f3caca938a679b9c1feeb719e61ddb (diff) | |
download | curl-3b36bd8e1a242b6cd037bb8109e1fc56478951a6.tar.gz |
dist: add missing cmake modules to the tarball
Closes https://github.com/curl/curl/pull/1070
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 33cef98cc..f86ffbcae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,8 @@ CMAKE_DIST = CMakeLists.txt CMake/CMakeConfigurableFile.in \ CMake/CurlTests.c CMake/FindGSS.cmake CMake/OtherTests.cmake \ CMake/Platforms/WindowsCache.cmake CMake/Utilities.cmake \ include/curl/curlbuild.h.cmake CMake/Macros.cmake \ - CMake/CurlSymbolHiding.cmake + CMake/CurlSymbolHiding.cmake CMake/FindCARES.cmake \ + CMake/FindLibSSH2.cmake CMake/FindNGHTTP2.cmake VC6_LIBTMPL = projects/Windows/VC6/lib/libcurl.tmpl |