kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16-themes.git/commit/?id=3b7e674e22be6c7bc65fb392f676dec61e687e22
commit 3b7e674e22be6c7bc65fb392f676dec61e687e22 Author: Kim Woelders <[email protected]> Date: Sat May 14 17:47:06 2016 +0200 Add MAINTAINERCLEANFILES. --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index de6f83b..a025b69 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,4 +2,8 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = $(THEMES) +MAINTAINERCLEANFILES = \ + aclocal.m4 configure install-sh missing \ + Makefile.in */Makefile.in */*/Makefile.in + EXTRA_DIST = ChangeLog --
