Makefile: Add cruft-cleaning support
authorEdward Hervey <edward.hervey@collabora.co.uk>
Tue, 7 Dec 2010 17:56:03 +0000 (18:56 +0100)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Tue, 7 Dec 2010 17:56:03 +0000 (18:56 +0100)
Makefile.am

index cd0de82863c66043c55c53e57cc2cef877ea4440..802e23ab33a14772a1dd19c7899884b35ef16aad 100644 (file)
@@ -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