From ea2d20e3133dec009ea9e59a65ec85ffbce445a1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 27 May 2014 15:14:02 -0400 Subject: [PATCH] Fix distcheck --- gtk/inspector/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gtk/inspector/Makefile.am b/gtk/inspector/Makefile.am index 42b3c325fb..574b4c1ebe 100644 --- a/gtk/inspector/Makefile.am +++ b/gtk/inspector/Makefile.am @@ -110,4 +110,14 @@ EXTRA_DIST += \ $(resource_files) \ $(templates) +MAINTAINERCLEANFILES = \ + resources.c \ + resources.h + $(template_headers) + +distclean-local: + if test $(srcdir) != .; then \ + rm -f $(MAINTAINERCLEANFILES); \ + fi + -include $(top_srcdir)/git.mk