Added dbx_fbsql.c to the Makefile.in
# Could someone please compile/test this? My Linux-box is down :(
# Win compiles just fine, I don't expext any trouble on Linux...
dbx (database abstraction)
-core routines: Marc Boeren (Guidance Rotterdam bv)
+core routines: Marc Boeren (marc@guidance.nl)
mysql support: Marc Boeren
odbc support: Marc Boeren
-pgsql support: Rui Hirokawa
+pgsql support: Rui Hirokawa (hirokawa@php.net)
mssql support: Marc Boeren
+fbsql support: Frank M. Kromann (frank@frontbase.com)
LTLIBRARY_NAME = libdbx.la
-LTLIBRARY_SOURCES = dbx.c dbx_mysql.c dbx_odbc.c dbx_pgsql.c dbx_mssql.c
+LTLIBRARY_SOURCES = dbx.c dbx_mysql.c dbx_odbc.c dbx_pgsql.c dbx_mssql.c dbx_fbsql.c
LTLIBRARY_SHARED_NAME = dbx.la
include $(top_srcdir)/build/dynlib.mk