diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-08-10 13:20:26 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-08-10 13:20:39 +0200 |
commit | 050e3532f42e3307b82c8630d6f7d211a1897352 (patch) | |
tree | 9259a82b879c04b31fc4e616b369bedd74207f25 /Makefile.am | |
parent | 478596b34b14f401f97cfb6146abd1bb69a1ca06 (diff) | |
download | curl-050e3532f42e3307b82c8630d6f7d211a1897352.tar.gz |
dist: fix the cmake build by shipping cmake_uninstall.cmake.in too
Fixes #1755
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 51d69d788..5aaeda5fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ CMAKE_DIST = CMakeLists.txt CMake/CMakeConfigurableFile.in \ CMake/Macros.cmake \ CMake/CurlSymbolHiding.cmake CMake/FindCARES.cmake \ CMake/FindLibSSH2.cmake CMake/FindNGHTTP2.cmake \ - CMake/FindMbedTLS.cmake + CMake/FindMbedTLS.cmake cmake_uninstall.cmake.in VC6_LIBTMPL = projects/Windows/VC6/lib/libcurl.tmpl VC6_LIBDSP = projects/Windows/VC6/lib/libcurl.dsp.dist |