mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1865
This commit is contained in:
parent
0a60793d52
commit
e687343059
|
@ -5415,6 +5415,7 @@ Karl 2003/07/28
|
||||||
- show "Suspended" in GUI if suspended. Preliminary work to cleanup
|
- show "Suspended" in GUI if suspended. Preliminary work to cleanup
|
||||||
files,transfers
|
files,transfers
|
||||||
- fixed "platform '%s' not found" not found \n bug
|
- fixed "platform '%s' not found" not found \n bug
|
||||||
|
- show "preferences updated" for global and project prefs
|
||||||
|
|
||||||
html_user/*
|
html_user/*
|
||||||
client/*
|
client/*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.ac Revision: 1.26 .
|
# From configure.ac Revision: 1.27 .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.57 for BOINC 1.08.
|
# Generated by GNU Autoconf 2.57 for BOINC 1.08.
|
||||||
#
|
#
|
||||||
|
|
|
@ -182,7 +182,7 @@ noinst_PROGRAMS = \
|
||||||
noinst_LIBRARIES = libsched.a
|
noinst_LIBRARIES = libsched.a
|
||||||
|
|
||||||
EXTRA_PROGRAMS = fcgi
|
EXTRA_PROGRAMS = fcgi
|
||||||
EXTRA_DIST = wd.php wd_nresults_changing.php watch_tcp start
|
EXTRA_DIST = boinc_config.py wd.php wd_nresults_changing.php watch_tcp start
|
||||||
|
|
||||||
# scripts that 'make install' should put in bindir
|
# scripts that 'make install' should put in bindir
|
||||||
bin_SCRIPTS = watch_tcp start stop status
|
bin_SCRIPTS = watch_tcp start stop status
|
||||||
|
|
Loading…
Reference in New Issue