summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-01-28 13:31:12 +0000
committerZeev Suraski <zeev@php.net>2000-01-28 13:31:12 +0000
commitfc678100cd378669f27493fac3eb184f0643d047 (patch)
treefdd5eb398ca9e5a903747f96bcd12786736fc9c7 /Makefile.in
parent6f63373bb239f27dc2b29cdb6ace8297f30992a7 (diff)
downloadphp-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.in2
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 \