diff options
| author | Andrey Hristov <andrey@php.net> | 1999-06-01 21:01:02 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 1999-06-01 21:01:02 +0000 |
| commit | 0f99eeb29f1381209e5665e9d20e4db90a678477 (patch) | |
| tree | e3dccbbe0ec4035c86dbdef6d723b0e0f6e158ce | |
| parent | aea7498779b5eaa6600082d696a1f059993dbe82 (diff) | |
| download | php-git-0f99eeb29f1381209e5665e9d20e4db90a678477.tar.gz | |
function dir doesn't exist anymore
| -rw-r--r-- | ext/standard/Makefile.am | 2 |
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 \ |
