From: David Reid Date: Mon, 3 Apr 2000 21:36:28 +0000 (+0000) Subject: Tidy up the beos mpm files. X-Git-Tag: apache-doc-split-01~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfde7669c3a446a88e76763ea0a4678ca6ee19ba;p=thirdparty%2Fapache%2Fhttpd.git Tidy up the beos mpm files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84900 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/mpmt_beos/Makefile.in b/server/mpm/mpmt_beos/Makefile.in index 416703cd38c..362fc822a06 100644 --- a/server/mpm/mpmt_beos/Makefile.in +++ b/server/mpm/mpmt_beos/Makefile.in @@ -5,6 +5,6 @@ srcdir = @srcdir@ VPATH = @srcdir@ LTLIBRARY_NAME = libmpmt_beos.la -LTLIBRARY_SOURCES = mpmt_beos.c scoreboard.c acceptlock.c mutex.c poll.c +LTLIBRARY_SOURCES = mpmt_beos.c scoreboard.c poll.c include $(top_srcdir)/build/ltlib.mk