From d9a36aa1b73397321c1eda491e1a261907e7afcb Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 7 Dec 2010 18:56:03 +0100 Subject: [PATCH] Makefile: Add cruft-cleaning support --- Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile.am b/Makefile.am index cd0de82863..802e23ab33 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,3 +34,11 @@ check-torture: true endif +# cruft: plugins that have been merged or moved or renamed +CRUFT_FILES = \ + $(top_builddir)/common/shave \ + $(top_builddir)/common/shave-libtool + +include $(top_srcdir)/common/cruft.mak + +all-local: check-cruft \ No newline at end of file