From: Richard Kreckel Date: Sun, 3 Apr 2016 15:46:47 +0000 (+0200) Subject: [build] Ship FindLibDL.cmake, it's needed by CMakeLists.txt. X-Git-Tag: release_1-7-0~7^2~2 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=1185da6b5c369a018bcb9597674c49e64eabf106 [build] Ship FindLibDL.cmake, it's needed by CMakeLists.txt. --- diff --git a/Makefile.am b/Makefile.am index fbf69aa6..b651383c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,8 @@ CMAKE_FILES = CMakeLists.txt \ INSTALL.CMake \ cmake/modules/FindCLN.cmake \ cmake/modules/FindReadline.cmake \ - cmake/modules/FindGiNaC.cmake + cmake/modules/FindGiNaC.cmake \ + cmake/modules/FindLibDL.cmake BUILD_HELPERS = scripts/yaptu.py scripts/fixupind.py