mirror of
https://github.com/apache/httpd.git
synced 2026-01-13 21:42:17 +03:00
r1385216 broke building of mpm event with serf support. To fix, * introduce APACHE_MPMPATH_INIT/FINISH similar to APACHE_MODPATH_INIT/FINISH to create modules.mk and add MOD_* vars to it. * change APACHE_MPM_MODULE to only append to modules.mk, not overwrite * add APACHE_MPMPATH_INIT/FINISH to all MPMs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1395252 13f79535-47bb-0310-9956-ffa450edef68
8 lines
225 B
Plaintext
8 lines
225 B
Plaintext
APACHE_MPMPATH_INIT(simple)
|
|
|
|
simple_objects="simple_api.lo simple_children.lo simple_core.lo \
|
|
simple_event.lo simple_run.lo simple_io.lo"
|
|
APACHE_MPM_MODULE(simple, $enable_mpm_simple, $simple_objects)
|
|
|
|
APACHE_MPMPATH_FINISH
|