diff options
author | Sascha Schumann <sas@php.net> | 2002-03-12 16:44:00 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-03-12 16:44:00 +0000 |
commit | 5cba3a99c207c338b70e8bca7d434c975e5c5a4a (patch) | |
tree | c356384e4fddf3796977139e4bf249f2a416d84d /ext/oci8 | |
parent | 3c47fb91e84d710c0f63658d1834e8cac6b49d60 (diff) | |
download | php-git-5cba3a99c207c338b70e8bca7d434c975e5c5a4a.tar.gz |
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
Diffstat (limited to 'ext/oci8')
-rw-r--r-- | ext/oci8/Makefile.in | 6 | ||||
-rw-r--r-- | ext/oci8/config.m4 | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/ext/oci8/Makefile.in b/ext/oci8/Makefile.in deleted file mode 100644 index 4e34b2fc13..0000000000 --- a/ext/oci8/Makefile.in +++ /dev/null @@ -1,6 +0,0 @@ -LTLIBRARY_NAME = liboci8.la -LTLIBRARY_SOURCES = oci8.c -LTLIBRARY_SHARED_NAME = oci8.la -LTLIBRARY_SHARED_LIBADD = $(OCI8_SHARED_LIBADD) - -include $(top_srcdir)/build/dynlib.mk diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4 index d831b58881..1b3e6d9ddf 100644 --- a/ext/oci8/config.m4 +++ b/ext/oci8/config.m4 @@ -77,7 +77,7 @@ if test "$PHP_OCI8" != "no"; then ;; esac - PHP_EXTENSION(oci8, $ext_shared) + PHP_NEW_EXTENSION(oci8, oci8.c, $ext_shared) AC_DEFINE(HAVE_OCI8,1,[ ]) PHP_SUBST_OLD(OCI8_SHARED_LIBADD) |