summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-09-10 08:06:44 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-09-10 08:07:58 +0200
commit202aa9f7758636730299b86715d924f54468a908 (patch)
tree14eeca2318681a1e0002e867fba7a207591ee461
parent9636fc25884aa815eb963d752b646faefad168ea (diff)
downloadcurl-202aa9f7758636730299b86715d924f54468a908.tar.gz
dist: two cmake files are no morecurl-7_38_0
CMake/FindOpenSSL.cmake and FindZLIB.cmake are gone since 14aa8f0c117b
-rw-r--r--Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 18cb7d921..847782539 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,10 +24,9 @@ AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
-CMAKE_DIST = CMakeLists.txt CMake/CMakeConfigurableFile.in \
-CMake/CurlCheckCSourceCompiles.cmake CMake/CurlCheckCSourceRuns.cmake \
-CMake/CurlTests.c CMake/FindOpenSSL.cmake CMake/FindZLIB.cmake \
-CMake/OtherTests.cmake CMake/Platforms/WindowsCache.cmake \
+CMAKE_DIST = CMakeLists.txt CMake/CMakeConfigurableFile.in \
+CMake/CurlCheckCSourceCompiles.cmake CMake/CurlCheckCSourceRuns.cmake \
+CMake/CurlTests.c CMake/OtherTests.cmake CMake/Platforms/WindowsCache.cmake \
CMake/Utilities.cmake include/curl/curlbuild.h.cmake
VC6_LIBTMPL = projects/Windows/VC6/lib/libcurl.tmpl