summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2015-05-13 10:38:24 +0200
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2015-05-18 16:14:46 +0200
commit89e41fc8e35209b37665a8c45721285d0fd45751 (patch)
tree168642a63780fc73d8d8bd87681605aef1ea581a /tests
parent70eff01d36a2870cbf06ffb91c2a941e8cb6b804 (diff)
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
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am3
1 files changed, 1 insertions, 2 deletions
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