diff options
author | Zeev Suraski <zeev@php.net> | 2000-01-28 13:31:12 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-01-28 13:31:12 +0000 |
commit | fc678100cd378669f27493fac3eb184f0643d047 (patch) | |
tree | fdd5eb398ca9e5a903747f96bcd12786736fc9c7 /Makefile.in | |
parent | 6f63373bb239f27dc2b29cdb6ace8297f30992a7 (diff) | |
download | php-git-fc678100cd378669f27493fac3eb184f0643d047.tar.gz |
post.c really had nothing to do with POST anymore, and it belongs to the top level directory
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 c594072212..3dbcdcfe92 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,7 @@ LTLIBRARY_SOURCES = \ configuration-parser.c configuration-scanner.c request_info.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 + strlcat.c mergesort.c reentrancy.c php_gpce.c LTLIBRARY_DEPENDENCIES = \ Zend/libZend.la \ |