summaryrefslogtreecommitdiff
path: root/pear/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'pear/Makefile.in')
-rw-r--r--pear/Makefile.in22
1 files changed, 16 insertions, 6 deletions
diff --git a/pear/Makefile.in b/pear/Makefile.in
index 4582ee1dfc..f67942a592 100644
--- a/pear/Makefile.in
+++ b/pear/Makefile.in
@@ -12,22 +12,32 @@ peardir=$(PEAR_INSTALLDIR)
PEAR_SUBDIRS = \
DB \
File \
+ HTML \
Net \
- PEAR
+ Payment \
+ PEAR \
+ XML
PEAR_FILES = \
DB.php \
DB/common.php \
- DB/odbc.php \
- DB/mysql.php \
+ DB/ibase.php \
+ DB/msql.php \
DB/mssql.php \
+ DB/mysql.php \
+ DB/oci8.php \
+ DB/odbc.php \
DB/pgsql.php \
DB/storage.php \
- DB/oci8.php \
- HTTP.php \
+ DB/sybase.php \
File/Find.php \
+ HTML/Form.php \
+ HTTP.php \
Net/Socket.php \
- PEAR/Installer.php
+ PEAR.php \
+ PEAR/Installer.php \
+ Payment/Verisign.php \
+ XML/Parser.php
install-data-local: PEAR.php
@if $(mkinstalldirs) $(peardir); then \