From 283b860c588726231efd4c4f1a2a4e65cac18eae Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Tue, 12 Mar 2002 16:53:19 +0000 Subject: php_new_extension --- ext/odbc/Makefile.in | 7 ------- ext/odbc/config.m4 | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 ext/odbc/Makefile.in (limited to 'ext/odbc') 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 -- cgit v1.2.1