Files
Stefan Fritsch f21ee09d4a More configure time dependencies:
mod_cache_disk depends on mod_cache
mod_heartbeat depends on mod_watchdog


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1234297 13f79535-47bb-0310-9956-ffa450edef68
2012-01-21 10:26:51 +00:00

18 lines
438 B
Plaintext

APACHE_MODPATH_INIT(cluster)
heartbeat_objects='mod_heartbeat.lo'
case "$host" in
*os2*)
# OS/2 DLLs must resolve all symbols at build time
# and we need some from the watchdog module
heartbeat_objects="$heartbeat_objects ../core/mod_watchdog.la"
;;
esac
APACHE_MODULE(heartbeat, Generates Heartbeats, $heartbeat_objects, , , , watchdog)
APACHE_MODULE(heartmonitor, Collects Heartbeats, , , )
APACHE_MODPATH_FINISH