summaryrefslogtreecommitdiff
path: root/ext/ingres_ii
diff options
context:
space:
mode:
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