mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2405
This commit is contained in:
parent
87d6362cf8
commit
078c2d0522
|
@ -179,7 +179,7 @@ noinst_PROGRAMS = \
|
|||
noinst_LIBRARIES = libsched.a
|
||||
|
||||
EXTRA_PROGRAMS = fcgi
|
||||
EXTRA_DIST = boinc_config.py wd.php wd_nresults_changing.php watch_tcp start grep_logs
|
||||
EXTRA_DIST = wd.php wd_nresults_changing.php watch_tcp start grep_logs
|
||||
|
||||
# scripts that 'make install' should put in bindir
|
||||
bin_SCRIPTS = watch_tcp start stop status
|
||||
|
|
|
@ -24,5 +24,5 @@ EXTRA_DIST = \
|
|||
|
||||
$(TESTS): $(top_srcdir)/py/Boinc/version.py $(top_srcdir)/py/Boinc/boinc_db.py
|
||||
|
||||
$(srcdir)/boinc_db.inc: $(top_srcdir)/boinc_db.h $(top_srcdir)/lib/result_state.h
|
||||
$(srcdir)/boinc_db.inc: $(top_srcdir)/db/boinc_db.h $(top_srcdir)/lib/result_state.h
|
||||
cat $^ | $(srcdir)/db_def_to_php > $@
|
||||
|
|
|
@ -4,7 +4,7 @@ include $(top_srcdir)/Makefile.incl
|
|||
|
||||
bin_PROGRAMS = create_work old_add country_select sign_executable
|
||||
|
||||
EXTRA_DIST = make_project add update_version dbcheck_files_exist upgrade
|
||||
EXTRA_DIST = make_project add update_versions dbcheck_files_exist upgrade
|
||||
|
||||
# TODO: use libboinc for these:
|
||||
|
||||
|
|
|
@ -172,7 +172,7 @@ LIBRSA = $(top_builddir)/RSAEuro/source/librsaeuro.a
|
|||
|
||||
bin_PROGRAMS = create_work old_add country_select sign_executable
|
||||
|
||||
EXTRA_DIST = make_project add update_version dbcheck_files_exist upgrade
|
||||
EXTRA_DIST = make_project add update_versions dbcheck_files_exist upgrade
|
||||
|
||||
|
||||
# TODO: use libboinc for these:
|
||||
|
|
Loading…
Reference in New Issue