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