summaryrefslogtreecommitdiff
path: root/ext/ingres_ii
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-03-12 16:44:00 +0000
committerSascha Schumann <sas@php.net>2002-03-12 16:44:00 +0000
commit5cba3a99c207c338b70e8bca7d434c975e5c5a4a (patch)
treec356384e4fddf3796977139e4bf249f2a416d84d /ext/ingres_ii
parent3c47fb91e84d710c0f63658d1834e8cac6b49d60 (diff)
downloadphp-git-5cba3a99c207c338b70e8bca7d434c975e5c5a4a.tar.gz
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
Diffstat (limited to 'ext/ingres_ii')
-rw-r--r--ext/ingres_ii/Makefile.in8
-rw-r--r--ext/ingres_ii/config.m42
2 files changed, 1 insertions, 9 deletions
diff --git a/ext/ingres_ii/Makefile.in b/ext/ingres_ii/Makefile.in
deleted file mode 100644
index 827b44e649..0000000000
--- a/ext/ingres_ii/Makefile.in
+++ /dev/null
@@ -1,8 +0,0 @@
-# $Id$
-
-LTLIBRARY_NAME = libingres_ii.la
-LTLIBRARY_SOURCES = ii.c
-LTLIBRARY_SHARED_NAME = ingres_ii.la
-LTLIBRARY_SHARED_LIBADD = $(II_SHARED_LIBADD)
-
-include $(top_srcdir)/build/dynlib.mk
diff --git a/ext/ingres_ii/config.m4 b/ext/ingres_ii/config.m4
index 40228d6359..3761714e00 100644
--- a/ext/ingres_ii/config.m4
+++ b/ext/ingres_ii/config.m4
@@ -8,7 +8,7 @@ PHP_ARG_WITH(ingres, for Ingres II support,
if test "$PHP_INGRES" != "no"; then
AC_DEFINE(HAVE_II, 1, [Whether you have Ingres II])
- PHP_EXTENSION(ingres_ii, $ext_shared)
+ PHP_NEW_EXTENSION(ingres_ii, ii.c, $ext_shared)
PHP_SUBST(II_SHARED_LIBADD)
if test "$PHP_INGRES" = "yes"; then