diff options
author | Zeev Suraski <zeev@php.net> | 1999-09-16 22:15:43 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-09-16 22:15:43 +0000 |
commit | 13e67642fa1410fcc3840d2ea283c8bf4730133d (patch) | |
tree | 9f6f36653f55837d87803528697e8f2ff463df71 /Makefile.in | |
parent | f52ffb8943058eff710e255d80511e63c4688a2e (diff) | |
download | php-git-13e67642fa1410fcc3840d2ea283c8bf4730133d.tar.gz |
Generalize SAPI a bit
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..dc63bfa22c 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 rfc1867.c OBJS = $(SOURCE:.c=.o) $(LIBOBJS) PHPLIBS = -Llibzend -lzend -Lext -lphpext LIBS = $(PHPLIBS) $(EXTRA_LIBS) @LIBS@ |