From: Chuck Hagenbuch Date: Wed, 25 Oct 2000 17:23:34 +0000 (+0000) Subject: Install the new Mail classes. X-Git-Tag: php-4.0.4RC3~539 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=383a5e7d49486fb8ecc5aed4da982d182eec7e96;p=php Install the new Mail classes. --- diff --git a/pear/Makefile.in b/pear/Makefile.in index 592699a544..6f6cb8f18e 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -15,6 +15,7 @@ PEAR_SUBDIRS = \ DB \ File \ HTML \ + Mail \ Net \ Payment \ PEAR \ @@ -39,6 +40,10 @@ PEAR_FILES = \ File/SearchReplace.php \ HTML/Form.php \ HTTP.php \ + Mail.php \ + Mail/sendmail.php \ + Mail/smtp.php \ + Net/SMTP.php \ Net/Socket.php \ PEAR/Installer.php \ Payment/Verisign.php \