]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorSterling Hughes <sterling@php.net>
Mon, 27 Mar 2000 16:21:15 +0000 (16:21 +0000)
committerSterling Hughes <sterling@php.net>
Mon, 27 Mar 2000 16:21:15 +0000 (16:21 +0000)
pear/Makefile.in

index 894a49bb1e94b08c5aad32243598ded19f567469..17c5a7c7d1da7906f7c1d54866e899c37626de7e 100644 (file)
@@ -17,9 +17,11 @@ install-data-local:
        $(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/mssql.php $(pear_DBdir) && \
        $(INSTALL_DATA) $(srcdir)/DB/pgsql.php $(pear_DBdir) && \
        $(INSTALL_DATA) $(srcdir)/DB/storage.php $(pear_DBdir) && \
-       $(INSTALL_DATA) $(srcdir)/HTTP.php $(peardir)
+       $(INSTALL_DATA) $(srcdir)/HTTP.php $(peardir) && \
+    $(INSTALL_DATA) $(srcdir)/File/Find.php $(peardir)
 
 phpincludedir = $(includedir)/php
 builddir = $(prefix)/lib/php/build