summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-04-09 00:37:25 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-04-09 00:38:02 +0100
commit581714bff041c7ac03c672581aa71cbe1a2aba43 (patch)
tree66b9312afaded6ac207d69ec0e171fa9dc34e559 /Makefile.am
parent5365dbfdce14f8314d0d8507bcd837f0a361717b (diff)
baseparse: remove -bad version of baseparse library, now in core
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 27200c59b..daeff6fe2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,6 +56,7 @@ CRUFT_FILES = \
$(top_builddir)/gst/shapewipe/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/valve/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/videoparsers/.libs/libgsth263parse* \
+ $(top_builddir)/gst-libs/gst/baseparse/.libs/libgstbaseparse* \
$(top_builddir)/sys/oss4/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/tests/check/elements/{aac,ac3,amr,flac,mpegaudio,dca}parse \
$(top_builddir)/tests/check/elements/autocolorspace \
@@ -78,6 +79,7 @@ CRUFT_DIRS = \
$(top_srcdir)/gst/selector \
$(top_srcdir)/gst/shapewipe \
$(top_srcdir)/gst/valve \
+ $(top_srcdir)/gst-libs/gst/baseparse \
$(top_srcdir)/tests/examples/shapewipe \
$(top_srcdir)/tests/examples/switch \
$(top_srcdir)/tests/examples/jack \