mirror of https://github.com/BOINC/boinc.git
- 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:
parent
aef0f104e2
commit
34bdf155e8
|
@ -9,7 +9,7 @@ include Makefile.incl
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
if ENABLE_LIBRARIES
|
if ENABLE_LIBRARIES
|
||||||
API_SUBDIRS = api lib zip
|
API_SUBDIRS = api lib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if ENABLE_SERVER
|
if ENABLE_SERVER
|
||||||
|
|
|
@ -6356,3 +6356,11 @@ David 16 July 2009
|
||||||
client/
|
client/
|
||||||
rr_sim.cpp
|
rr_sim.cpp
|
||||||
work_fetch.cpp,h
|
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
|
||||||
|
|
|
@ -888,9 +888,6 @@ AC_CONFIG_FILES([
|
||||||
test/version.inc
|
test/version.inc
|
||||||
tools/boinc_path_config.py:py/boinc_path_config.py.in
|
tools/boinc_path_config.py:py/boinc_path_config.py.in
|
||||||
tools/Makefile
|
tools/Makefile
|
||||||
zip/Makefile
|
|
||||||
zip/zip/Makefile
|
|
||||||
zip/unzip/Makefile
|
|
||||||
m4/Makefile
|
m4/Makefile
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue