diff options
author | Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com> | 2016-07-15 16:32:26 +0200 |
---|---|---|
committer | Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com> | 2016-07-15 17:35:41 +0200 |
commit | b138e5e042329c759c3d39bf0f408b03fcd6f588 (patch) | |
tree | 07e6a4620f530cda176d5d2549797e39d448ac89 /docs | |
parent | 6c6007ad94c402d33da9c5c73620e84064ea8fb2 (diff) |
build: doc: do not redefine MAINTAINERCLEANFILES
MAINTAINERCLEANFILES is defined in gtk-doc-plugins.mak, thus instead of
overload it, the files should be added.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |