From: Stefan Eissing Date: Wed, 16 Aug 2017 13:16:58 +0000 (+0000) Subject: fix clean slate build that so far missed libmd.la on first run X-Git-Tag: 2.5.0-alpha~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a138bb5c5b47467c7b233227f8a16357873f65a;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/md/config2.m4 b/modules/md/config2.m4 index 034819ad7c2..25d796cb73d 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