summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>1999-06-01 21:01:02 +0000
committerAndrey Hristov <andrey@php.net>1999-06-01 21:01:02 +0000
commit0f99eeb29f1381209e5665e9d20e4db90a678477 (patch)
treee3dccbbe0ec4035c86dbdef6d723b0e0f6e158ce
parentaea7498779b5eaa6600082d696a1f059993dbe82 (diff)
downloadphp-git-0f99eeb29f1381209e5665e9d20e4db90a678477.tar.gz
function dir doesn't exist anymore
-rw-r--r--ext/standard/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/Makefile.am b/ext/standard/Makefile.am
index a78a0b99dc..005f77c08c 100644
--- a/ext/standard/Makefile.am
+++ b/ext/standard/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend -I@top_srcdir@/functions
+INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
noinst_LIBRARIES=libphpext_standard.a
libphpext_standard_a_SOURCES=\
base64.c basic_functions.c browscap.c datetime.c dir.c \