diff options
author | Stefan Kost <ensonic@users.sf.net> | 2010-09-15 18:38:03 +0300 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2010-09-15 18:38:03 +0300 |
commit | 2acce0f7d42f9f680644d53a94cb8e81e0e14503 (patch) | |
tree | 73cc88a2f1d72a39a7fca8d9aab9220d238fddee /Makefile.am | |
parent | 9f375c5fdba2ecfac0d0367644f5f909e5ad1f15 (diff) | |
download | gstreamer-plugins-bad-2acce0f7d42f9f680644d53a94cb8e81e0e14503.tar.gz |
metadata: add removed files to cruft vars
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4dc5c37fd..7b2b45688 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 |