build: include cruft.mak and add recently-merged plugins to cruft list

This commit is contained in:
Tim-Philipp Müller 2010-01-13 00:38:47 +00:00
parent 4be0225870
commit e15d4c44aa
2 changed files with 17 additions and 1 deletions

View 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

2
common

@ -1 +1 @@
Subproject commit 14cec891e98eb39780f67e89a1b821a839c7e370
Subproject commit 358cf5c82f09b315f77f6002c5d95e05f63b0f3b