summaryrefslogtreecommitdiff
path: root/ext/odbc
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/odbc
parent06473e08a525543b30259b55841621b3f8b6eea7 (diff)
downloadphp-git-283b860c588726231efd4c4f1a2a4e65cac18eae.tar.gz
php_new_extension
Diffstat (limited to 'ext/odbc')
-rw-r--r--ext/odbc/Makefile.in7
-rw-r--r--ext/odbc/config.m42
2 files changed, 1 insertions, 8 deletions
diff --git a/ext/odbc/Makefile.in b/ext/odbc/Makefile.in
deleted file mode 100644
index c50b30b099..0000000000
--- a/ext/odbc/Makefile.in
+++ /dev/null
@@ -1,7 +0,0 @@
-
-LTLIBRARY_NAME = libodbc.la
-LTLIBRARY_SOURCES = php_odbc.c
-LTLIBRARY_SHARED_NAME = odbc.la
-LTLIBRARY_SHARED_LIBADD = $(ODBC_LFLAGS) $(ODBC_LIBS)
-
-include $(top_srcdir)/build/dynlib.mk
diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4
index 6d237c3883..05e27a020b 100644
--- a/ext/odbc/config.m4
+++ b/ext/odbc/config.m4
@@ -548,5 +548,5 @@ if test -n "$ODBC_TYPE"; then
PHP_SUBST_OLD(ODBC_LIBS)
PHP_SUBST_OLD(ODBC_LFLAGS)
PHP_SUBST_OLD(ODBC_TYPE)
- PHP_EXTENSION(odbc, $shared)
+ PHP_NEW_EXTENSION(odbc, php_odbc.c, $shared)
fi