diff options
author | Sascha Schumann <sas@php.net> | 2002-03-12 16:53:19 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-03-12 16:53:19 +0000 |
commit | 283b860c588726231efd4c4f1a2a4e65cac18eae (patch) | |
tree | 3ef8d8eb62014ee243275d98372aef1180949a3e /ext/odbc/config.m4 | |
parent | 06473e08a525543b30259b55841621b3f8b6eea7 (diff) | |
download | php-git-283b860c588726231efd4c4f1a2a4e65cac18eae.tar.gz |
php_new_extension
Diffstat (limited to 'ext/odbc/config.m4')
-rw-r--r-- | ext/odbc/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |