diff --git a/sched/Makefile.in b/sched/Makefile.in index a037f005aa..be688b959a 100644 --- a/sched/Makefile.in +++ b/sched/Makefile.in @@ -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 diff --git a/test/Makefile.am b/test/Makefile.am index 5f4a64a791..eb825c08a8 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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 > $@ diff --git a/tools/Makefile.am b/tools/Makefile.am index dafb433d3d..cc017feb5a 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -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: diff --git a/tools/Makefile.in b/tools/Makefile.in index 46a47e83f2..8e12167380 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -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: