*** empty log message ***

svn path=/trunk/boinc/; revision=3238
This commit is contained in:
David Anderson 2004-04-09 21:42:45 +00:00
parent 48effa3a99
commit 135b0ba3bc
4 changed files with 13 additions and 3 deletions

View File

@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = RSAEuro db lib api apps client sched tools test py
SUBDIRS = RSAEuro db lib api apps client sched tools test py zip unzip
# Putting a directory name recursively copies the entire contents - the
# dist-hook below gets rid of CVS directories.

View File

@ -145,7 +145,7 @@ target_vendor = @target_vendor@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = RSAEuro db lib api apps client sched tools test py
SUBDIRS = RSAEuro db lib api apps client sched tools test py zip unzip
# Putting a directory name recursively copies the entire contents - the

2
aclocal.m4 vendored
View File

@ -1104,7 +1104,7 @@ AC_DEFUN([SAH_HEADER_STDCXX],[
#
# Revision Log:
# $Log$
# Revision 1.81 2004/04/08 08:14:50 davea
# Revision 1.82 2004/04/09 21:42:45 davea
# *** empty log message ***
#
# Revision 1.1 2003/12/11 18:38:24 korpela

View File

@ -11474,3 +11474,13 @@ David April 8 2004
sched/
transitioner.C
David April 9 2004
- Added zip/unzip code (from Carl Christensen).
This is basically the Info-ZIP code with unused files stripped out,
and some minor tweaks to return errors instead of exiting
zip/
* (new)
unzip/
* (new)