diff options
author | Sascha Schumann <sas@php.net> | 1999-09-17 00:12:58 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-09-17 00:12:58 +0000 |
commit | 51ad9501d117a593e2c7b40581985d01346c2de1 (patch) | |
tree | 38d117026c55bc3bcf1a45e90a680117939916d2 /Makefile.in | |
parent | 98d95dd88eec996ad2608b357dd03bc7930b3fb4 (diff) | |
download | php-git-51ad9501d117a593e2c7b40581985d01346c2de1.tar.gz |
fix Unix build
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 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@ |