]> granicus.if.org Git - apache/commitdiff
fix clean slate build that so far missed libmd.la on first run
authorStefan Eissing <icing@apache.org>
Wed, 16 Aug 2017 13:16:58 +0000 (13:16 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 16 Aug 2017 13:16:58 +0000 (13:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805192 13f79535-47bb-0310-9956-ffa450edef68

modules/md/config2.m4

index 034819ad7c28280b0f8a989505fd1d0cd748ffcf..25d796cb73ddbcae2a6d6e9bad314ef248a546f0 100644 (file)
@@ -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