diff options
| -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 \ |
