From d27519c0caf1dd14fd989f90d7121e532de5911d Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 27 Apr 2009 12:26:41 +0000
Subject: [PATCH] Add missing cmake files to the tarball (thanks to Richard
 Atterer's report)

---
 Makefile.am     | 2 +-
 lib/Makefile.am | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 1f926efaab..6a92dc2d29 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,7 @@ CMAKE_DIST = CMakeLists.txt CMake/CheckTypeSize.c.in CMake/CheckTypeSize.cmake \
 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/Utilities.cmake
+CMake/Utilities.cmake include/curl/curlbuild.h.cmake
 
 EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in	\
  curl-style.el sample.emacs RELEASE-NOTES buildconf buildconf.bat	\
diff --git a/lib/Makefile.am b/lib/Makefile.am
index af3f9643d4..c1ec14e82f 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -29,6 +29,8 @@ DOCS = README.encoding README.memoryleak README.ares README.curlx	\
  README.hostip README.multi_socket README.httpauth README.pipelining    \
  README.NSS README.curl_off_t
 
+CMAKE_DIST = CMakeLists.txt config.h.cmake
+
 EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 Makefile.riscos $(DSP) \
  libcurl.dsw config-win32.h config-win32ce.h config-riscos.h config-mac.h  \
  config.h.in makefile.dj config.dos libcurl.plist                          \
@@ -36,7 +38,7 @@ EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 Makefile.riscos $(DSP) \
  Makefile.netware nwlib.c nwos.c libcurl.imp msvcproj.head msvcproj.foot   \
  config-win32ce.h config-os400.h setup-os400.h config-symbian.h		   \
  Makefile.Watcom config-tpf.h $(DOCS) $(VCPROJ) mk-ca-bundle.pl		   \
- firefox-db2pem.sh CMakeLists.txt
+ firefox-db2pem.sh $(CMAKE_DIST)
 
 CLEANFILES = $(DSP) $(VCPROJ)
 
-- 
GitLab