From: Tim-Philipp Müller Date: Fri, 14 May 2010 00:55:41 +0000 (+0100) Subject: build: add old shave files in common to 'cruft' files X-Git-Tag: 1.19.3~507^2~17116 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b2f4ab5e53711083a89e9047ba33064d1823f03;p=platform%2Fupstream%2Fgstreamer.git build: add old shave files in common to 'cruft' files --- diff --git a/Makefile.am b/Makefile.am index 2e4322c..4dc5c37 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,6 +41,8 @@ include $(top_srcdir)/common/coverage/lcov.mak # cruft: plugins that have been merged or moved or renamed CRUFT_FILES = \ + $(top_builddir)/common/shave \ + $(top_builddir)/common/shave-libtool \ $(top_builddir)/gst/aacparse/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/gst/amrparse/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/gst/flacparse/.libs/*.{so,dll,DLL,dylib} \