From: Tim-Philipp Müller Date: Wed, 13 Jan 2010 00:38:47 +0000 (+0000) Subject: build: include cruft.mak and add recently-merged plugins to cruft list X-Git-Tag: 1.19.3~507^2~17563 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e15d4c44aa7880d9d8e6b55808cec0d8d9114c4a;p=platform%2Fupstream%2Fgstreamer.git build: include cruft.mak and add recently-merged plugins to cruft list --- diff --git a/Makefile.am b/Makefile.am index eb588f5..18593b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,3 +37,19 @@ endif include $(top_srcdir)/common/coverage/lcov.mak + +# cruft: plugins that have been merged or moved or renamed + +CRUFT_FILES = \ + $(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} + +CRUFT_DIRS = \ + $(top_srcdir)/gst/aacparse \ + $(top_srcdir)/gst/amrparse \ + $(top_srcdir)/gst/flacparse + +include $(top_srcdir)/common/cruft.mak + +all-local: check-cruft diff --git a/common b/common index 14cec89..358cf5c 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 14cec891e98eb39780f67e89a1b821a839c7e370 +Subproject commit 358cf5c82f09b315f77f6002c5d95e05f63b0f3b