summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-02-12 11:21:23 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-02-12 11:35:17 +0100
commitf79842e308c50f7e95d24ebb7f9214ba8a9c8804 (patch)
tree09967dd901250e6afab46f9abfc62c20985597f4 /Makefile.am
parent68b644a43703d0b80d615895838e3047eb0bf15a (diff)
downloadgstreamer-plugins-bad-f79842e308c50f7e95d24ebb7f9214ba8a9c8804.tar.gz
Moved 'shapewipe' from -bad to -good
Fixes bug #584536.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 18593b09b..3800f86b8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,12 +43,14 @@ include $(top_srcdir)/common/coverage/lcov.mak
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}
+ $(top_builddir)/gst/flacparse/.libs/*.{so,dll,DLL,dylib} \
+ $(top_builddir)/gst/shapewipe/.libs/*.{so,dll,DLL,dylib}
CRUFT_DIRS = \
$(top_srcdir)/gst/aacparse \
$(top_srcdir)/gst/amrparse \
- $(top_srcdir)/gst/flacparse
+ $(top_srcdir)/gst/flacparse \
+ $(top_srcdir)/gst/shapewipe
include $(top_srcdir)/common/cruft.mak