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
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