diff options
author | Brian Havard <bjh@apache.org> | 2000-07-01 06:09:29 +0200 |
---|---|---|
committer | Brian Havard <bjh@apache.org> | 2000-07-01 06:09:29 +0200 |
commit | 793779da108698beea089c7140bfcd07c483866c (patch) | |
tree | 77a6cee995226d57af5ec618ac4719746cf294a9 /os/os2 | |
parent | Remove ap_get_server_conf() from the MPM's that implement. The only place (diff) | |
download | apache2-793779da108698beea089c7140bfcd07c483866c.tar.xz apache2-793779da108698beea089c7140bfcd07c483866c.zip |
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
Diffstat (limited to 'os/os2')
-rw-r--r-- | os/os2/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/os2/Makefile.in b/os/os2/Makefile.in index ea5ca325bf..f4b52a4319 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 |