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/interbase | |
| parent | 3c47fb91e84d710c0f63658d1834e8cac6b49d60 (diff) | |
| download | php-git-5cba3a99c207c338b70e8bca7d434c975e5c5a4a.tar.gz | |
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
Diffstat (limited to 'ext/interbase')
| -rw-r--r-- | ext/interbase/Makefile.in | 6 | ||||
| -rw-r--r-- | ext/interbase/config.m4 | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/ext/interbase/Makefile.in b/ext/interbase/Makefile.in deleted file mode 100644 index 5a847d7c32..0000000000 --- a/ext/interbase/Makefile.in +++ /dev/null @@ -1,6 +0,0 @@ -LTLIBRARY_NAME = libinterbase.la -LTLIBRARY_SOURCES = interbase.c -LTLIBRARY_SHARED_NAME = interbase.la -LTLIBRARY_SHARED_LIBADD = $(INTERBASE_SHARED_LIBADD) - -include $(top_srcdir)/build/dynlib.mk diff --git a/ext/interbase/config.m4 b/ext/interbase/config.m4 index 8a5997c901..a9898d2978 100644 --- a/ext/interbase/config.m4 +++ b/ext/interbase/config.m4 @@ -18,6 +18,6 @@ if test "$PHP_INTERBASE" != "no"; then PHP_ADD_INCLUDE($IBASE_INCDIR) AC_DEFINE(HAVE_IBASE,1,[ ]) dnl AC_CHECK_LIB(c, strptime, [AC_DEFINE(HAVE_STRPTIME,1,[])]) - PHP_EXTENSION(interbase, $ext_shared) + PHP_NEW_EXTENSION(interbase, interbase.c, $ext_shared) PHP_SUBST(INTERBASE_SHARED_LIBADD) fi |
