After the previous change 'v1.11-660-gfbeda3d', the makefile fragment 'CheckListOfTests.am' is used only by the Makefile.am in 'tests'; so keeping them two nearer makes sense. It also help in reducing potential confusion, since (after that same change) the whole Automake testsuite is expected to be (and remain) contained into the 'tests' subdirectory.
* CheckListOfTests.am: Move ... * tests/CheckListOfTests.am: ... to this. * tests/Makefile.am (include): Adjust. --- CheckListOfTests.am => tests/CheckListOfTests.am | 0 tests/Makefile.am | 2 +- 2 files changed, 1 insertions(+), 1 deletions(-) rename CheckListOfTests.am => tests/CheckListOfTests.am (100%) diff --git a/CheckListOfTests.am b/tests/CheckListOfTests.am similarity index 100% rename from CheckListOfTests.am rename to tests/CheckListOfTests.am diff --git a/tests/Makefile.am b/tests/Makefile.am index 4939aab..eab45dc 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -134,7 +134,7 @@ check_SCRIPTS = defs aclocal-$(APIVERSION) automake-$(APIVERSION) ## Checking the list of tests. test_subdirs = . pm -include $(top_srcdir)/CheckListOfTests.am +include $(srcdir)/CheckListOfTests.am maintainer-check-list-of-tests: $(parallel_tests) clean-local: clean-local-check -- 1.7.7.3