- Remove boinc_zip(InfoZip) from the main BOINC tree

- Remove boinc_zip from the build system
    
    /
        configure.ac
        Makefile.am

svn path=/trunk/boinc/; revision=18620
This commit is contained in:
Rom Walton 2009-07-17 16:45:08 +00:00
parent aef0f104e2
commit 34bdf155e8
3 changed files with 13 additions and 8 deletions

View File

@ -9,7 +9,7 @@ include Makefile.incl
ACLOCAL_AMFLAGS = -I m4
if ENABLE_LIBRARIES
API_SUBDIRS = api lib zip
API_SUBDIRS = api lib
endif
if ENABLE_SERVER

View File

@ -6356,3 +6356,11 @@ David 16 July 2009
client/
rr_sim.cpp
work_fetch.cpp,h
Rom 17 July 2009
- Remove boinc_zip(InfoZip) from the main BOINC tree
- Remove boinc_zip from the build system
/
configure.ac
Makefile.am

View File

@ -888,9 +888,6 @@ AC_CONFIG_FILES([
test/version.inc
tools/boinc_path_config.py:py/boinc_path_config.py.in
tools/Makefile
zip/Makefile
zip/zip/Makefile
zip/unzip/Makefile
m4/Makefile
])