diff options
author | Sebastian Bergmann <sbergmann@php.net> | 2001-07-01 14:15:49 +0000 |
---|---|---|
committer | Sebastian Bergmann <sbergmann@php.net> | 2001-07-01 14:15:49 +0000 |
commit | 512f6af726832d260b96dd35d946e0bdce775408 (patch) | |
tree | a6277c7026fff0d4b8b584964d1debd1f275a918 /pear | |
parent | 55fecbab7601110a9527f7ba3d17b8257a206bf5 (diff) | |
download | php-git-512f6af726832d260b96dd35d946e0bdce775408.tar.gz |
Fix for #11821.
Diffstat (limited to 'pear')
-rw-r--r-- | pear/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pear/Makefile.in b/pear/Makefile.in index 898674974f..b8391f5727 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -71,6 +71,7 @@ PEAR_FILES = \ HTML/Form.php \ HTML/IT.php \ HTML/ITX.php \ + HTML/IT_Error.php \ HTML/Page.php \ HTML/Processor.php \ HTML/Select.php \ |