From: Stig Bakken Date: Thu, 17 Feb 2000 20:22:56 +0000 (+0000) Subject: install DB_pgsql and DB_storage X-Git-Tag: php-4.0b4_rc1~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8805f09d87b09e43cef2b33be93dfb004c4a18b1;p=php install DB_pgsql and DB_storage --- diff --git a/pear/Makefile.in b/pear/Makefile.in index 673f581a02..bb68ca936e 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -16,7 +16,9 @@ install-data-local: $(INSTALL_DATA) $(srcdir)/DB.php $(peardir) && \ $(INSTALL_DATA) $(srcdir)/DB/common.php $(pear_DBdir) && \ $(INSTALL_DATA) $(srcdir)/DB/odbc.php $(pear_DBdir) && \ - $(INSTALL_DATA) $(srcdir)/DB/mysql.php $(pear_DBdir) + $(INSTALL_DATA) $(srcdir)/DB/mysql.php $(pear_DBdir) && \ + $(INSTALL_DATA) $(srcdir)/DB/pgsql.php $(pear_DBdir) && \ + $(INSTALL_DATA) $(srcdir)/DB/storage.php $(pear_DBdir) phpincludedir = $(includedir)/php builddir = $(prefix)/lib/php/build