Commit e0471fef authored by David Reid's avatar David Reid
Browse files

Tidy up the beos mpm files.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84900 13f79535-47bb-0310-9956-ffa450edef68
parent 1e7280ff
Loading
Loading
Loading
Loading
+1 −1
Changes for server/mpm/mpmt_beos/Makefile.in: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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