From 558814e16d84aa202c5ccc0c8108a9d728e77a58 Mon Sep 17 00:00:00 2001 From: Jakub Zakrzewski Date: Thu, 25 Sep 2014 15:03:00 +0200 Subject: Cmake: Build with GSSAPI (MIT or Heimdal) It tries hard to recognise SDK's on different platforms. On windows MIT Kerberos installs SDK with other things and puts path into registry. Heimdal have separate zip archive. On linux pkg-config is tried, then krb5-config script and finally old-style libs and headers detection. Command line args: * CMAKE_USE_GSSAPI - enables GSSAPI detection * GSS_ROOT_DIR - if set, should point to the root of GSSAPI installation (the one with include and lib directories) --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e66b2361d..e9b0b9072 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,8 +26,9 @@ ACLOCAL_AMFLAGS = -I m4 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 +CMake/CurlTests.c CMake/FindGSS.cmake CMake/OtherTests.cmake \ +CMake/Platforms/WindowsCache.cmake CMake/Utilities.cmake \ +include/curl/curlbuild.h.cmake VC6_LIBTMPL = projects/Windows/VC6/lib/libcurl.tmpl VC6_LIBDSP = projects/Windows/VC6/lib/libcurl.dsp -- cgit v1.2.1