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
|
||||
|
||||
if ENABLE_LIBRARIES
|
||||
API_SUBDIRS = api lib zip
|
||||
API_SUBDIRS = api lib
|
||||
endif
|
||||
|
||||
if ENABLE_SERVER
|
||||
|
|
|
@ -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
|
||||
|
|
11
configure.ac
11
configure.ac
|
@ -855,18 +855,18 @@ AC_CONFIG_FILES([
|
|||
clientgui/res/Makefile
|
||||
client/Makefile
|
||||
client/win/boinc_path_config.py:py/boinc_path_config.py.in
|
||||
client/scripts/Makefile
|
||||
client/scripts/boinc-client
|
||||
client/scripts/Makefile
|
||||
client/scripts/boinc-client
|
||||
db/Makefile
|
||||
doc/Makefile
|
||||
doc/manpages/Makefile
|
||||
lib/Makefile
|
||||
locale/Makefile
|
||||
locale/Makefile
|
||||
Makefile
|
||||
py/Boinc/version.py
|
||||
py/Makefile
|
||||
py/boinc_path_config.py:py/boinc_path_config.py.in
|
||||
py/setup.py
|
||||
py/setup.py
|
||||
sched/boinc_path_config.py:py/boinc_path_config.py.in
|
||||
sched/Makefile
|
||||
packages/generic/sea/Makefile
|
||||
|
@ -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
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in New Issue