diff options
| author | Stig Bakken <ssb@php.net> | 2001-11-14 15:01:37 +0000 |
|---|---|---|
| committer | Stig Bakken <ssb@php.net> | 2001-11-14 15:01:37 +0000 |
| commit | 032765f4671d082d75efe092b1139729305fb4e0 (patch) | |
| tree | b97bc6274dcbd2ae1a043fa564d4c69755c19691 | |
| parent | ef3912a195c5b6f1eee331e2d8f5d0fad7a04e19 (diff) | |
| download | php-git-032765f4671d082d75efe092b1139729305fb4e0.tar.gz | |
* install Archive_Tar
| -rw-r--r-- | pear/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pear/Makefile.in b/pear/Makefile.in index 577a81c2ab..30a5085af4 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -10,6 +10,7 @@ include $(top_srcdir)/build/rules.mk peardir=$(PEAR_INSTALLDIR) PEAR_SUBDIRS = \ + Archive \ Benchmark \ Cache \ Cache/Container \ @@ -32,6 +33,7 @@ PEAR_SUBDIRS = \ XML PEAR_FILES = \ + Archive/Tar.php \ Benchmark/Iterate.php \ Benchmark/Timer.php \ Cache.php \ |
