]> granicus.if.org Git - php/commitdiff
php_new_extension
authorSascha Schumann <sas@php.net>
Tue, 12 Mar 2002 16:40:34 +0000 (16:40 +0000)
committerSascha Schumann <sas@php.net>
Tue, 12 Mar 2002 16:40:34 +0000 (16:40 +0000)
ext/zlib/Makefile.in [deleted file]
ext/zlib/config0.m4

diff --git a/ext/zlib/Makefile.in b/ext/zlib/Makefile.in
deleted file mode 100644 (file)
index bda6385..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-LTLIBRARY_NAME    = libzlib.la
-LTLIBRARY_SOURCES = zlib.c zlib_fopen_wrapper.c
-LTLIBRARY_SHARED_NAME = zlib.la
-LTLIBRARY_SHARED_LIBADD = $(ZLIB_SHARED_LIBADD)
-
-include $(top_srcdir)/build/dynlib.mk
index b947e41a83952d86451a7f487adb3cfcec5fe7a3..29f612035859b6969620907796c41287d03029e3 100644 (file)
@@ -9,7 +9,7 @@ PHP_ARG_WITH(zlib,for ZLIB support,
 [  --with-zlib[=DIR]       Include ZLIB support (requires zlib >= 1.0.9).])
 
 if test "$PHP_ZLIB" != "no" -o "$PHP_ZLIB_DIR" != "no"; then
-  PHP_EXTENSION(zlib, $ext_shared)
+  PHP_NEW_EXTENSION(zlib, zlib_fopen_wrapper.c, $ext_shared)
   PHP_SUBST(ZLIB_SHARED_LIBADD)
   
   if test "$PHP_ZLIB" != "yes" -a "$PHP_ZLIB" != "no"; then