mirror of
https://github.com/apache/httpd.git
synced 2026-01-26 19:01:35 +03:00
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
6 lines
117 B
Makefile
6 lines
117 B
Makefile
|
|
LTLIBRARY_NAME = libworker.la
|
|
LTLIBRARY_SOURCES = worker.c fdqueue.c pod.c
|
|
|
|
include $(top_srcdir)/build/ltlib.mk
|