ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=8572b15534f4f0bc3f5a10dcf617d7d25ea86485
commit 8572b15534f4f0bc3f5a10dcf617d7d25ea86485 Author: Andy Williams <[email protected]> Date: Sat Feb 7 16:05:42 2015 +0000 Finally fix make distcheck - clean up Makefiles properly --- elm_code/tests/Makefile.am | 2 ++ src/tests/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) diff --git a/elm_code/tests/Makefile.am b/elm_code/tests/Makefile.am index dbcec9a..750d1a3 100644 --- a/elm_code/tests/Makefile.am +++ b/elm_code/tests/Makefile.am @@ -1,3 +1,5 @@ +MAINTAINERCLEANFILES = Makefile.in +CLEANFILES = check-results.xml if EFL_HAVE_TESTS diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index 820e30c..9d7856c 100644 --- a/src/tests/Makefile.am +++ b/src/tests/Makefile.am @@ -1,3 +1,5 @@ +MAINTAINERCLEANFILES = Makefile.in +CLEANFILES = check-results.xml if EFL_HAVE_TESTS --
