]> granicus.if.org Git - php/commitdiff
install DB_pgsql and DB_storage
authorStig Bakken <ssb@php.net>
Thu, 17 Feb 2000 20:22:56 +0000 (20:22 +0000)
committerStig Bakken <ssb@php.net>
Thu, 17 Feb 2000 20:22:56 +0000 (20:22 +0000)
pear/Makefile.in

index 673f581a02bc53873ee4243c33b227ef21f38b60..bb68ca936e057df0c39cfeac42f28ef188aec2db 100644 (file)
@@ -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