build: include cruft.mak and add recently-merged plugins to cruft list
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 13 Jan 2010 00:38:47 +0000 (00:38 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 13 Jan 2010 00:42:21 +0000 (00:42 +0000)
Makefile.am
common

index eb588f5..18593b0 100644 (file)
@@ -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 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 14cec891e98eb39780f67e89a1b821a839c7e370
+Subproject commit 358cf5c82f09b315f77f6002c5d95e05f63b0f3b