diff --git a/sched/Makefile.am b/sched/Makefile.am index dcaf5e859a..97a15dc10b 100644 --- a/sched/Makefile.am +++ b/sched/Makefile.am @@ -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 diff --git a/test/Makefile.am b/test/Makefile.am index 221d92244b..4fd02d9608 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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