From b138e5e042329c759c3d39bf0f408b03fcd6f588 Mon Sep 17 00:00:00 2001 From: Víctor Manuel Jáquez Leal Date: Fri, 15 Jul 2016 16:32:26 +0200 Subject: build: doc: do not redefine MAINTAINERCLEANFILES MAINTAINERCLEANFILES is defined in gtk-doc-plugins.mak, thus instead of overload it, the files should be added. --- docs/plugins/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index e0cb4713..86ab1b46 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -82,7 +82,7 @@ include $(top_srcdir)/common/gtk-doc-plugins.mak SUBDIRS = # Extra clean files so that maintainer-clean removes *everything* -MAINTAINERCLEANFILES = \ +MAINTAINERCLEANFILES += \ gstreamer-vaapi-plugins.* \ *.stamp inspect \ gstreamer-vaapi-plugins-overrides.txt \ -- cgit v1.2.3