From: Brian Havard Date: Sat, 1 Jul 2000 04:09:29 +0000 (+0000) Subject: Remove iol_socket.c from OS/2 build after Ryans's cleanup. X-Git-Tag: APACHE_2_0_ALPHA_5~205 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=793779da108698beea089c7140bfcd07c483866c;p=thirdparty%2Fapache%2Fhttpd.git Remove iol_socket.c from OS/2 build after Ryans's cleanup. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85737 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/os2/Makefile.in b/os/os2/Makefile.in index ea5ca325bf7..f4b52a43198 100644 --- a/os/os2/Makefile.in +++ b/os/os2/Makefile.in @@ -1,5 +1,5 @@ LTLIBRARY_NAME = libos.la -LTLIBRARY_SOURCES = os.c os-inline.c util_os2.c iol_socket.c +LTLIBRARY_SOURCES = os.c os-inline.c util_os2.c include $(top_srcdir)/build/ltlib.mk