diff options
author | jbj <devnull@localhost> | 2000-10-28 18:45:58 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-10-28 18:45:58 +0000 |
commit | 95acf8ebaff1197dcb24df29bef7a8150035d2e1 (patch) | |
tree | c29d21cd55c911e5f85e2bfb57c7bcdddf87b8a2 /perl | |
parent | e407eeefe7afcbfbfb11d213ac08f102c8200db7 (diff) | |
download | rpm-95acf8ebaff1197dcb24df29bef7a8150035d2e1.tar.gz rpm-95acf8ebaff1197dcb24df29bef7a8150035d2e1.tar.bz2 rpm-95acf8ebaff1197dcb24df29bef7a8150035d2e1.zip |
- better item/task progress bars <rodrigob@conectiva.com.br>.
CVS patchset: 4232
CVS date: 2000/10/28 18:45:58
Diffstat (limited to 'perl')
-rw-r--r-- | perl/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl/Makefile.in b/perl/Makefile.in index 34c649df2..274c25c07 100644 --- a/perl/Makefile.in +++ b/perl/Makefile.in @@ -74,6 +74,8 @@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ DATADIRNAME = @DATADIRNAME@ DBLIBOBJS = @DBLIBOBJS@ DLLTOOL = @DLLTOOL@ |