From 2acce0f7d42f9f680644d53a94cb8e81e0e14503 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 15 Sep 2010 18:38:03 +0300 Subject: [PATCH] metadata: add removed files to cruft vars --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.7.4