mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3238
This commit is contained in:
parent
48effa3a99
commit
135b0ba3bc
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue