mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
Makefile: Add cruft-cleaning support
This commit is contained in:
parent
a2680c6c57
commit
d9a36aa1b7
1 changed files with 8 additions and 0 deletions
|
@ -34,3 +34,11 @@ check-torture:
|
|||
true
|
||||
endif
|
||||
|
||||
# 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