summaryrefslogtreecommitdiff
path: root/ext/db
diff options
context:
space:
mode:
Diffstat (limited to 'ext/db')
-rw-r--r--ext/db/Makefile.in5
-rw-r--r--ext/db/config.m42
2 files changed, 1 insertions, 6 deletions
diff --git a/ext/db/Makefile.in b/ext/db/Makefile.in
deleted file mode 100644
index f4531bed58..0000000000
--- a/ext/db/Makefile.in
+++ /dev/null
@@ -1,5 +0,0 @@
-
-LTLIBRARY_NAME = libdb.la
-LTLIBRARY_SOURCES = db.c
-
-include $(top_srcdir)/build/dynlib.mk
diff --git a/ext/db/config.m4 b/ext/db/config.m4
index 5a3de1b567..e939694376 100644
--- a/ext/db/config.m4
+++ b/ext/db/config.m4
@@ -54,5 +54,5 @@ if test "$PHP_DB" != "no"; then
EXTRA_LIBS="$EXTRA_LIBS $DBM_LIB"
fi
- PHP_EXTENSION(db)
+ PHP_EXTENSION(db, db.c)
fi