summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-12-30 01:14:29 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-12-31 01:41:18 +0000
commit222be5f0e9d13d031ff9b4a7efdaec70bd6c4735 (patch)
treec0dc538257e40097db7eee5f57ad483352207f8a /Makefile.am
parent95597d8f0e4c6813732d3d067236f35d3debf552 (diff)
downloadgstreamer-plugins-bad-222be5f0e9d13d031ff9b4a7efdaec70bd6c4735.tar.gz
valve: move valve element/plugin to core
https://bugzilla.gnome.org/show_bug.cgi?id=630808
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 93388d792..dad96866f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,12 +49,14 @@ 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/shapewipe/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/imagefreeze/.libs/*.{so,dll,DLL,dylib} \
+ $(top_builddir)/gst/shapewipe/.libs/*.{so,dll,DLL,dylib} \
+ $(top_builddir)/gst/valve/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/sys/oss4/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/tests/check/elements/autocolorspace \
$(top_builddir)/tests/check/elements/capssetter \
$(top_builddir)/tests/check/elements/imagefreeze \
+ $(top_builddir)/tests/check/elements/valve \
$(top_builddir)/tests/check/pipelines/metadata \
$(top_builddir)/tests/icles/test-oss4
@@ -64,6 +66,7 @@ CRUFT_DIRS = \
$(top_srcdir)/gst/flacparse \
$(top_srcdir)/gst/imagefreeze \
$(top_srcdir)/gst/shapewipe \
+ $(top_srcdir)/gst/valve \
$(top_srcdir)/tests/examples/shapewipe \
$(top_srcdir)/ext/alsaspdif \
$(top_srcdir)/ext/ivorbis \