From: Stefan Kost Date: Wed, 15 Sep 2010 15:38:03 +0000 (+0300) Subject: metadata: add removed files to cruft vars X-Git-Tag: 1.19.3~507^2~16494 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2acce0f7d42f9f680644d53a94cb8e81e0e14503;p=platform%2Fupstream%2Fgstreamer.git metadata: add removed files to cruft vars --- diff --git a/Makefile.am b/Makefile.am index 4dc5c37..7b2b456 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,6 +52,7 @@ CRUFT_FILES = \ $(top_builddir)/sys/oss4/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/tests/check/elements/capssetter \ $(top_builddir)/tests/check/elements/imagefreeze \ + $(top_builddir)/tests/check/pipelines/metadata \ $(top_builddir)/tests/icles/test-oss4 CRUFT_DIRS = \ @@ -61,7 +62,8 @@ CRUFT_DIRS = \ $(top_srcdir)/gst/imagefreeze \ $(top_srcdir)/gst/shapewipe \ $(top_srcdir)/tests/examples/shapewipe - $(top_srcdir)/ext/ivorbis + $(top_srcdir)/ext/ivorbis \ + $(top_srcdir)/ext/metadata include $(top_srcdir)/common/cruft.mak