From 1a138bb5c5b47467c7b233227f8a16357873f65a Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Wed, 16 Aug 2017 13:16:58 +0000 Subject: [PATCH] fix clean slate build that so far missed libmd.la on first run git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805192 13f79535-47bb-0310-9956-ffa450edef68 --- modules/md/config2.m4 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/modules/md/config2.m4 b/modules/md/config2.m4 index 034819ad7c..25d796cb73 100644 --- a/modules/md/config2.m4 +++ b/modules/md/config2.m4 @@ -247,8 +247,12 @@ md_objs="dnl mod_md.lo dnl mod_md_config.lo dnl mod_md_os.lo dnl +libmd.la dnl " +# Ensure that other modules can pick up mod_md.h +APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current]) + dnl # hook module into the Autoconf mechanism (--enable-md) APACHE_MODULE(md, [Managed Domain handling], $md_objs, , most, [ APACHE_CHECK_OPENSSL @@ -273,11 +277,6 @@ APACHE_MODULE(md, [Managed Domain handling], $md_objs, , most, [ APR_ADDTO(A2MD_LDADD, [ "libmd.la" ]) ]) -# Ensure that other modules can pick up mod_md.h -APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current]) - - - dnl # end of module specific part APACHE_MODPATH_FINISH -- 2.50.1