projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2680c6
)
Makefile: Add cruft-cleaning support
author
Edward Hervey
<edward.hervey@collabora.co.uk>
Tue, 7 Dec 2010 17:56:03 +0000
(18:56 +0100)
committer
Edward Hervey
<edward.hervey@collabora.co.uk>
Tue, 7 Dec 2010 17:56:03 +0000
(18:56 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index cd0de82863c66043c55c53e57cc2cef877ea4440..802e23ab33a14772a1dd19c7899884b35ef16aad 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-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
\ No newline at end of file