diff options
author | Stig Bakken <ssb@php.net> | 2000-02-17 20:22:56 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2000-02-17 20:22:56 +0000 |
commit | 8805f09d87b09e43cef2b33be93dfb004c4a18b1 (patch) | |
tree | bf1095e60c8922a1f5364383ac8a44aaeea6385d | |
parent | 64057e992b00c995f9f4640d48635e7a5593adf8 (diff) | |
download | php-git-8805f09d87b09e43cef2b33be93dfb004c4a18b1.tar.gz |
install DB_pgsql and DB_storage
-rw-r--r-- | pear/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
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 |