1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00
Files
apache/server/mpm/worker/Makefile.in
Ryan Bloom 1703da8e37 Remove all signal handling from the worker MPM's child processes. Instead,
we use the pipe of death for all communication between parent and child.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93358 13f79535-47bb-0310-9956-ffa450edef68
2002-02-11 04:56:10 +00:00

6 lines
117 B
Makefile

LTLIBRARY_NAME = libworker.la
LTLIBRARY_SOURCES = worker.c fdqueue.c pod.c
include $(top_srcdir)/build/ltlib.mk