From: Zeev Suraski Date: Fri, 20 Jul 2001 15:06:51 +0000 (+0000) Subject: Fix UNIX build X-Git-Tag: PRE_TSRM_MERGE_PATCH~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef9504cafc4c0a9586ddff380b3a2405bd9c2650;p=php Fix UNIX build --- diff --git a/ext/standard/Makefile.in b/ext/standard/Makefile.in index 244e988aa6..123e4cb110 100644 --- a/ext/standard/Makefile.in +++ b/ext/standard/Makefile.in @@ -6,7 +6,7 @@ LTLIBRARY_SOURCES=\ formatted_print.c fsock.c head.c html.c image.c info.c iptc.c lcg.c \ link.c mail.c math.c md5.c metaphone.c microtime.c pack.c pageinfo.c \ parsedate.c quot_print.c rand.c reg.c soundex.c string.c scanf.c \ - syslog.c type.c uniqid.c url.c url_scanner.c var.c output.c assert.c \ + syslog.c type.c uniqid.c url.c url_scanner.c var.c assert.c \ strnatcmp.c levenshtein.c incomplete_class.c url_scanner_ex.c \ ftp_fopen_wrapper.c http_fopen_wrapper.c php_fopen_wrapper.c credits.c diff --git a/main/Makefile.in b/main/Makefile.in index 61aeb98aaa..6729b31f13 100644 --- a/main/Makefile.in +++ b/main/Makefile.in @@ -5,8 +5,8 @@ LTLIBRARY_SOURCES = \ safe_mode.c fopen_wrappers.c alloca.c \ php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \ strlcat.c mergesort.c reentrancy.c php_variables.c php_ticks.c \ - streams.c \ - network.c php_open_temporary_file.c php_logos.c + streams.c network.c php_open_temporary_file.c php_logos.c \ + output.c include $(top_srcdir)/build/ltlib.mk