Commit 99465694 authored by Stefan Eissing's avatar Stefan Eissing
Browse files

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
parent 80d4964a
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -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