Final build fixes - that's enough for now...

This commit is contained in:
Zeev Suraski 2000-02-10 20:24:28 +00:00
parent 8709369720
commit 732eeeabd9
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ LTLIBRARY_NAME = libphp4.la
LTLIBRARY_SOURCES = \ LTLIBRARY_SOURCES = \
main.c internal_functions.c snprintf.c php_sprintf.c \ 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 \ 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 \ php_ini.c SAPI.c rfc1867.c dlist.c php_content_types.c strlcpy.c \
strlcat.c mergesort.c reentrancy.c php_variables.c strlcat.c mergesort.c reentrancy.c php_variables.c

View File

@ -35,7 +35,7 @@
#include <errno.h> #include <errno.h>
#include <ctype.h> #include <ctype.h>
#include "remains.h" #include "php_apache_http.h"
#include "http_request.h" #include "http_request.h"
#include "build-defs.h" #include "build-defs.h"