diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-10 20:24:28 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-10 20:24:28 +0000 |
commit | 732eeeabd9032537ddef3a6c8ef83064501c463f (patch) | |
tree | 591e9125668aecb7570b5cee747ea6ff57be8f72 /Makefile.in | |
parent | 870936972012a14cb33a2a242dc138ba641180fe (diff) | |
download | php-git-732eeeabd9032537ddef3a6c8ef83064501c463f.tar.gz |
Final build fixes - that's enough for now...
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index bfa5dd17e3..c84ad7adc0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11,7 +11,7 @@ LTLIBRARY_NAME = libphp4.la LTLIBRARY_SOURCES = \ main.c internal_functions.c snprintf.c php_sprintf.c \ - configuration-parser.c configuration-scanner.c request_info.c \ + configuration-parser.c configuration-scanner.c \ safe_mode.c fopen-wrappers.c php_realpath.c alloca.c \ php_ini.c SAPI.c rfc1867.c dlist.c php_content_types.c strlcpy.c \ strlcat.c mergesort.c reentrancy.c php_variables.c |