From: Stig Venaas Date: Sun, 3 Sep 2000 09:34:33 +0000 (+0000) Subject: Added network.c X-Git-Tag: php-4.0.3RC1~350 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f8917932fd4de72ea31b6ea4bcf80f86cabf88f;p=php Added network.c --- diff --git a/main/Makefile.in b/main/Makefile.in index 0ad420d6cf..ee4655f141 100644 --- a/main/Makefile.in +++ b/main/Makefile.in @@ -6,7 +6,7 @@ LTLIBRARY_SOURCES = \ safe_mode.c fopen-wrappers.c alloca.c \ php_ini.c SAPI.c rfc1867.c fdfdata.c php_content_types.c strlcpy.c \ strlcat.c mergesort.c reentrancy.c php_variables.c php_ticks.c \ - php_virtual_cwd.c + php_virtual_cwd.c network.c include $(top_srcdir)/build/ltlib.mk