]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove iol_socket.c from OS/2 build after Ryans's cleanup.
authorBrian Havard <bjh@apache.org>
Sat, 1 Jul 2000 04:09:29 +0000 (04:09 +0000)
committerBrian Havard <bjh@apache.org>
Sat, 1 Jul 2000 04:09:29 +0000 (04:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85737 13f79535-47bb-0310-9956-ffa450edef68

os/os2/Makefile.in

index ea5ca325bf74c3c095dff1391adc52fd3f246455..f4b52a43198291d81c443472892c13b38d1747e7 100644 (file)
@@ -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