From 0f99eeb29f1381209e5665e9d20e4db90a678477 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Tue, 1 Jun 1999 21:01:02 +0000 Subject: [PATCH] function dir doesn't exist anymore --- ext/standard/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.50.1