From: Joe Orton Date: Mon, 6 Jul 2026 08:25:35 +0000 (+0000) Subject: Removed modules/md/md_tailscale.c from CMakeList.txt so can be built mod_md on Windows X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c513c04b680ecf204ec68327d6ad95e4d4325beb;p=thirdparty%2Fapache%2Fhttpd.git Removed modules/md/md_tailscale.c from CMakeList.txt so can be built mod_md on Windows Submitted by: Paul Lodge Github: closes #674 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935927 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 46811e0d87..985f9dac11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -521,7 +521,7 @@ SET(mod_md_extra_sources modules/md/md_ocsp.c modules/md/md_util.c modules/md/mod_md_config.c modules/md/mod_md_drive.c modules/md/mod_md_os.c modules/md/mod_md_status.c - modules/md/mod_md_ocsp.c modules/md/md_tailscale.c + modules/md/mod_md_ocsp.c ) SET(mod_optional_hook_export_extra_defines AP_DECLARE_EXPORT) # bogus reuse of core API prefix SET(mod_proxy_extra_defines PROXY_DECLARE_EXPORT)