summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-09-17 00:12:58 +0000
committerSascha Schumann <sas@php.net>1999-09-17 00:12:58 +0000
commit51ad9501d117a593e2c7b40581985d01346c2de1 (patch)
tree38d117026c55bc3bcf1a45e90a680117939916d2 /Makefile.in
parent98d95dd88eec996ad2608b357dd03bc7930b3fb4 (diff)
downloadphp-git-51ad9501d117a593e2c7b40581985d01346c2de1.tar.gz
fix Unix build
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 2cd1acbc29..7e8d6faee3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -73,7 +73,7 @@ LIBOBJS=@LIBOBJS@
SOURCE = main.c internal_functions.c snprintf.c php3_sprintf.c \
configuration-parser.c configuration-scanner.c request_info.c \
safe_mode.c fopen-wrappers.c php3_realpath.c alloca.c output.c \
- php_ini.c SAPI.c cgi_main.c rfc1867.c dlist.c
+ php_ini.c SAPI.c cgi_main.c rfc1867.c dlist.c php_content_types.c
OBJS = $(SOURCE:.c=.o) $(LIBOBJS)
PHPLIBS = -Llibzend -lzend -Lext -lphpext
LIBS = $(PHPLIBS) $(EXTRA_LIBS) @LIBS@