mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1681
This commit is contained in:
parent
1f8b5a6426
commit
205600dfc5
|
@ -10,7 +10,7 @@ noinst_PROGRAMS = \
|
|||
noinst_LIBRARIES = libsched.a
|
||||
|
||||
EXTRA_PROGRAMS = fcgi
|
||||
EXTRA_DIST = wd.php wd_nresults_changing.php
|
||||
EXTRA_DIST = wd.php wd_nresults_changing.php watch_tcp start
|
||||
|
||||
# scripts that 'make install' should put in bindir
|
||||
bin_SCRIPTS = watch_tcp start stop status
|
||||
|
|
|
@ -13,13 +13,13 @@ TESTS = test_sanity.py \
|
|||
test_backend.py \
|
||||
test_masterurl_failure.py
|
||||
|
||||
EXTRA_DIST = \
|
||||
*.xml *.php *wu *result *output *input
|
||||
|
||||
# TODO: phase out php stuff
|
||||
noinst_SCRIPTS = \
|
||||
|
||||
EXTRA_DIST = \
|
||||
*.xml *wu *result *output *input \
|
||||
db_def_to_php db_def_to_py \
|
||||
*.php version.inc.in boinc.py test_*.py version.py.in
|
||||
*.php version.inc.in boinc.py test_*.py version.py.in \
|
||||
boinc_db.inc boinc_db.py
|
||||
|
||||
BUILT_SOURCES = boinc_db.inc boinc_db.py
|
||||
|
||||
|
|
Loading…
Reference in New Issue