diff options
Diffstat (limited to 'ext/interbase/config.m4')
| -rw-r--r-- | ext/interbase/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/interbase/config.m4 b/ext/interbase/config.m4 index dca634d34d..e61bf49adc 100644 --- a/ext/interbase/config.m4 +++ b/ext/interbase/config.m4 @@ -53,6 +53,6 @@ if test "$PHP_INTERBASE" != "no"; then PHP_ADD_LIBRARY_WITH_PATH($IBASE_LIBNAME, $IBASE_LIBDIR, INTERBASE_SHARED_LIBADD) PHP_ADD_INCLUDE($IBASE_INCDIR) AC_DEFINE(HAVE_IBASE,1,[ ]) - PHP_NEW_EXTENSION(interbase, interbase.c ibase_service.c ibase_events.c ibase_blobs.c, $ext_shared) + PHP_NEW_EXTENSION(interbase, interbase.c ibase_query.c ibase_service.c ibase_events.c ibase_blobs.c, $ext_shared) PHP_SUBST(INTERBASE_SHARED_LIBADD) fi |
