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/ovrimos | |
parent | 3c47fb91e84d710c0f63658d1834e8cac6b49d60 (diff) | |
download | php-git-5cba3a99c207c338b70e8bca7d434c975e5c5a4a.tar.gz |
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
Diffstat (limited to 'ext/ovrimos')
-rw-r--r-- | ext/ovrimos/Makefile.in | 7 | ||||
-rw-r--r-- | ext/ovrimos/config.m4 | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/ext/ovrimos/Makefile.in b/ext/ovrimos/Makefile.in deleted file mode 100644 index 31f5829165..0000000000 --- a/ext/ovrimos/Makefile.in +++ /dev/null @@ -1,7 +0,0 @@ - -LTLIBRARY_NAME = libovrimos.la -LTLIBRARY_SOURCES = ovrimos.c -LTLIBRARY_SHARED_NAME = ovrimos.la -LTLIBRARY_SHARED_LIBADD = $(OVRIMOS_SHARED_LIBADD) - -include $(top_srcdir)/build/dynlib.mk diff --git a/ext/ovrimos/config.m4 b/ext/ovrimos/config.m4 index d57a66e5af..b424664fb2 100644 --- a/ext/ovrimos/config.m4 +++ b/ext/ovrimos/config.m4 @@ -24,5 +24,5 @@ if test "$PHP_OVRIMOS" != "no"; then PHP_ADD_LIBRARY_WITH_PATH(sqlcli, $OVRIMOS_DIR/lib, OVRIMOS_SHARED_LIBADD) AC_DEFINE(HAVE_LIBSQLCLI,1,[ ]) - PHP_EXTENSION(ovrimos, $ext_shared) + PHP_NEW_EXTENSION(ovrimos, ovrimos.c, $ext_shared) fi |