From 89e41fc8e35209b37665a8c45721285d0fd45751 Mon Sep 17 00:00:00 2001 From: Víctor Manuel Jáquez Leal Date: Wed, 13 May 2015 10:38:24 +0200 Subject: build: use git.mk This patch handles dinamically the gitignore files with git.mk[1]. Removed the automake variable MAINTAINERCLANFILES in most of the Makefile.am files since now it is handled by the top one. 1. https://github.com/behdad/git.mk/blob/master/git.mk https://bugzilla.gnome.org/show_bug.cgi?id=749321 --- tests/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index a852f409..8fb3f95d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -137,5 +137,4 @@ EXTRA_DIST = \ $(test_utils_source_h) \ $(NULL) -# Extra clean files so that maintainer-clean removes *everything* -MAINTAINERCLEANFILES = Makefile.in +-include $(top_srcdir)/git.mk -- cgit v1.2.3