summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2000-03-27 16:21:15 +0000
committerSterling Hughes <sterling@php.net>2000-03-27 16:21:15 +0000
commit6fb861d7a8c49f81f40599ff7cbf85047c381e29 (patch)
tree0ffd4ac848cc84bb3f6b96777da6712e8a469751 /pear
parentdf03379b4ec3dea0d7b8275ec616e5c2979dcdbb (diff)
downloadphp-git-6fb861d7a8c49f81f40599ff7cbf85047c381e29.tar.gz
*** empty log message ***
Diffstat (limited to 'pear')
-rw-r--r--pear/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/pear/Makefile.in b/pear/Makefile.in
index 894a49bb1e..17c5a7c7d1 100644
--- a/pear/Makefile.in
+++ b/pear/Makefile.in
@@ -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