summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorChuck Hagenbuch <chagenbu@php.net>2000-12-20 19:08:29 +0000
committerChuck Hagenbuch <chagenbu@php.net>2000-12-20 19:08:29 +0000
commit765b8435cb9c35d24988eabc537045f22d2df1c8 (patch)
treee3ff0fa56ca1db909509226fde843c0206e3531a /pear
parent7f96af83b222dd3b09283250924037ae5d99bd51 (diff)
downloadphp-git-765b8435cb9c35d24988eabc537045f22d2df1c8.tar.gz
install the Math/* files.
Diffstat (limited to 'pear')
-rw-r--r--pear/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pear/Makefile.in b/pear/Makefile.in
index 5018f563b5..e85b59f3f2 100644
--- a/pear/Makefile.in
+++ b/pear/Makefile.in
@@ -19,6 +19,7 @@ PEAR_SUBDIRS = \
HTML \
Log \
Mail \
+ Math \
Net \
Payment \
PEAR \
@@ -55,6 +56,8 @@ PEAR_FILES = \
Mail.php \
Mail/sendmail.php \
Mail/smtp.php \
+ Math/Fraction.php \
+ Math/Util.php \
Net/SMTP.php \
Net/Socket.php \
PEAR/Installer.php \