From dbff3de7e525de9a4489ccf4413370be302b1fd2 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 27 Nov 2012 10:58:45 +0100 Subject: [PATCH] core: add missing cmake files in packages built by autotools (CMakeParseArguments.cmake, FindPackageHandleStandardArgs.cmake, FindZLIB.cmake) --- Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 570c4f302..454a7c002 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,22 +28,25 @@ SUBDIRS = po $(doc_dir) intl src EXTRA_DIST = CMakeLists.txt \ config.rpath \ config.h.cmake \ - cmake/cmake_uninstall.cmake.in \ + cmake/CMakeParseArguments.cmake \ cmake/FindAsciidoc.cmake \ cmake/FindAspell.cmake \ cmake/FindGCRYPT.cmake \ cmake/FindGettext.cmake \ cmake/FindGnuTLS.cmake \ + cmake/FindGuile.cmake \ cmake/FindIconv.cmake \ cmake/FindLua.cmake \ cmake/FindNcurses.cmake \ + cmake/FindPackageHandleStandardArgs.cmake \ cmake/FindPerl.cmake \ cmake/FindPkgConfig.cmake \ cmake/FindPython.cmake \ cmake/FindRuby.cmake \ cmake/FindSourcehighlight.cmake \ cmake/FindTCL.cmake \ - cmake/FindGuile.cmake \ + cmake/FindZLIB.cmake \ + cmake/cmake_uninstall.cmake.in \ cmake/makedist.sh.in \ po/CMakeLists.txt \ po/srcfiles.cmake \