mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
build: add cruft alert for common/shave* leftovers to top-level Makefile.am
This commit is contained in:
parent
460c649b5f
commit
08e82cfa3c
1 changed files with 8 additions and 0 deletions
|
@ -71,4 +71,12 @@ include $(top_srcdir)/common/coverage/lcov.mak
|
|||
|
||||
check: check-exports
|
||||
|
||||
# cruft: plugins that have been merged or moved or renamed
|
||||
|
||||
CRUFT_FILES = \
|
||||
$(top_builddir)/common/shave \
|
||||
$(top_builddir)/common/shave-libtool
|
||||
|
||||
include $(top_srcdir)/common/cruft.mak
|
||||
|
||||
all-local: check-cruft
|
||||
|
|
Loading…
Reference in a new issue