From 8a57a8de0ea037c2d681ba2622fa7c44bd8f59be Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Tue, 9 Jun 2015 14:42:27 +0200 Subject: [PATCH] cruft: add the obsolete tmpl dir to cruft-dirs --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index c6da764618..6c9786fe24 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,6 +68,7 @@ CRUFT_FILES = \ $(top_builddir)/gst/videofilter/.libs/*gamma.{so,dll,DLL,dylib} CRUFT_DIRS = \ + $(top_srcdir)/docs/plugins/tmpl \ $(top_srcdir)/gst/median \ $(top_srcdir)/gst/qtdemux \ $(top_srcdir)/gst/quicktime \