summaryrefslogtreecommitdiff
path: root/ext/db
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-03-12 16:53:19 +0000
committerSascha Schumann <sas@php.net>2002-03-12 16:53:19 +0000
commit283b860c588726231efd4c4f1a2a4e65cac18eae (patch)
tree3ef8d8eb62014ee243275d98372aef1180949a3e /ext/db
parent06473e08a525543b30259b55841621b3f8b6eea7 (diff)
downloadphp-git-283b860c588726231efd4c4f1a2a4e65cac18eae.tar.gz
php_new_extension
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